steveej-laptop: add /bin/bash symlink
This commit is contained in:
parent
208f64015a
commit
2a7c73e748
1 changed files with 6 additions and 0 deletions
|
@ -172,4 +172,10 @@
|
||||||
host.addNetworkInterface = true;
|
host.addNetworkInterface = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.activationScripts.bin = ''
|
||||||
|
echo "setting up /bin..."
|
||||||
|
ln -sfn ${pkgs.bash}/bin/bash /tmp/.binbash
|
||||||
|
mv /tmp/.binbash /bin/bash
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue