Created
May 3, 2017 17:58
-
-
Save steveej/3026118162ff9a6258b0126dffb679c2 to your computer and use it in GitHub Desktop.
activationScripts simple bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system.activationScripts.bin = '' | |
echo "setting up /bin..." | |
ln -sfn ${pkgs.bash}/bin/bash /tmp/.binbash | |
mv /tmp/.binbash /bin/bash | |
''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment