Loading pkgs/by-name/br/broot/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ zlib, buildPackages, versionCheckHook, nix-update-script, withClipboard ? true, withTrash ? !stdenv.hostPlatform.isDarwin, }: Loading Loading @@ -81,6 +82,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; meta = { description = "Interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands"; homepage = "https://dystroy.org/broot/"; Loading Loading
pkgs/by-name/br/broot/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ zlib, buildPackages, versionCheckHook, nix-update-script, withClipboard ? true, withTrash ? !stdenv.hostPlatform.isDarwin, }: Loading Loading @@ -81,6 +82,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; meta = { description = "Interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands"; homepage = "https://dystroy.org/broot/"; Loading