Loading pkgs/by-name/to/topiary/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, iconv, installShellFiles, versionCheckHook, nix-update-script, }: Loading @@ -20,6 +21,7 @@ rustPlatform.buildRustPackage rec { }; nativeBuildInputs = [ installShellFiles ]; nativeInstallCheckInputs = [ versionCheckHook ]; useFetchCargoVendor = true; cargoHash = "sha256-bk5993v0wn/emzJKvxaPBYjqCmP0BpOuFMga7ZOyqXg="; Loading Loading @@ -65,6 +67,9 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/topiary completion zsh) ''; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/to/topiary/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, iconv, installShellFiles, versionCheckHook, nix-update-script, }: Loading @@ -20,6 +21,7 @@ rustPlatform.buildRustPackage rec { }; nativeBuildInputs = [ installShellFiles ]; nativeInstallCheckInputs = [ versionCheckHook ]; useFetchCargoVendor = true; cargoHash = "sha256-bk5993v0wn/emzJKvxaPBYjqCmP0BpOuFMga7ZOyqXg="; Loading Loading @@ -65,6 +67,9 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/topiary completion zsh) ''; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; passthru.updateScript = nix-update-script { }; meta = { Loading