mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
installShellFiles: move setup script to the same directory
So that it can be migrated to by-name later.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user