5 lines
191 B
Nix
5 lines
191 B
Nix
|
{ makeSetupHook }:
|
||
|
|
||
|
# See the header comment in ../setup-hooks/install-shell-files.sh for example usage.
|
||
|
makeSetupHook { name = "install-shell-files"; } ../setup-hooks/install-shell-files.sh
|