Loading pkgs/by-name/ru/rust-petname/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -21,6 +22,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; meta = { description = "Generate human readable random names"; homepage = "https://github.com/allenap/rust-petname"; Loading Loading
pkgs/by-name/ru/rust-petname/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -21,6 +22,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; meta = { description = "Generate human readable random names"; homepage = "https://github.com/allenap/rust-petname"; Loading