Skip to content

Instantly share code, notes, and snippets.

@steveej
Created May 3, 2017 17:58
Show Gist options
  • Save steveej/3026118162ff9a6258b0126dffb679c2 to your computer and use it in GitHub Desktop.
Save steveej/3026118162ff9a6258b0126dffb679c2 to your computer and use it in GitHub Desktop.
activationScripts simple bin
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