mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +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
|