
I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
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
|