nix-index: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 10:31:48 +02:00
parent 66beef4e33
commit 6b1428a02c
3 changed files with 0 additions and 3 deletions
-3
View File
@@ -15598,9 +15598,6 @@ with pkgs;
nix-info = callPackage ../tools/nix/info { };
nix-info-tested = nix-info.override { doCheck = true; };
nix-index-unwrapped = callPackage ../tools/package-management/nix-index { };
nix-index = callPackage ../tools/package-management/nix-index/wrapper.nix { };
nix-linter = haskell.lib.compose.justStaticExecutables (haskellPackages.nix-linter);
nix-prefetch-github = with python3Packages; toPythonApplication nix-prefetch-github;