installShellFiles: migrate to by-name

This commit is contained in:
Anderson Torres 2024-08-14 12:12:18 -03:00
parent 8b674370c4
commit e548b31708
4 changed files with 0 additions and 2 deletions

View File

@ -1204,8 +1204,6 @@ with pkgs;
inherit url;
};
installShellFiles = callPackage ../build-support/install-shell-files { };
lazydocker = callPackage ../tools/misc/lazydocker { };
ld-is-cc-hook = makeSetupHook { name = "ld-is-cc-hook"; }