Loading pkgs/by-name/co/codebook/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, nix-update-script, rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -24,6 +25,12 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Unholy spellchecker for code"; homepage = "https://github.com/blopker/codebook"; Loading Loading
pkgs/by-name/co/codebook/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, nix-update-script, rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -24,6 +25,12 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Unholy spellchecker for code"; homepage = "https://github.com/blopker/codebook"; Loading