mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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
|