Loading pkgs/by-name/ru/rune/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: Loading @@ -21,6 +22,9 @@ rustPlatform.buildRustPackage (finalAttrs: { RUNE_VERSION = finalAttrs.version; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/ru/rune/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: Loading @@ -21,6 +22,9 @@ rustPlatform.buildRustPackage (finalAttrs: { RUNE_VERSION = finalAttrs.version; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { Loading