mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
installShellFiles: move setup script to the same directory
So that it can be migrated to by-name later.
This commit is contained in:
parent
f191ad8240
commit
8f4200d165
@ -1,8 +1,8 @@
|
||||
{ makeSetupHook, tests }:
|
||||
|
||||
# See the header comment in ../setup-hooks/install-shell-files.sh for example usage.
|
||||
# See the header comment in ./setup-hook.sh for example usage.
|
||||
let
|
||||
setupHook = makeSetupHook { name = "install-shell-files"; } ../setup-hooks/install-shell-files.sh;
|
||||
setupHook = makeSetupHook { name = "install-shell-files"; } ./setup-hook.sh;
|
||||
in
|
||||
|
||||
setupHook.overrideAttrs (oldAttrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user