installShellFiles: move setup script to the same directory

So that it can be migrated to by-name later.
This commit is contained in:
Anderson Torres 2024-08-14 11:16:23 -03:00
parent f191ad8240
commit 8f4200d165
2 changed files with 2 additions and 2 deletions

View File

@ -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: {