Commit Graph
2 Commits
Author SHA1 Message Date
Badi Abdul-Wahidandzimbatm 0f24a9c94a images/nix: make sure /root exists
some external uses of the final image (eg drone) assume that $HOME
exists and attempt to write to it.
2020-06-14 12:53:50 +02:00
Badi Abdul-Wahidandzimbatm 9f6b62f45b images/nix: initialize env for bash
Prior the shell was not sourcing `/etc/profile.d/nix.sh` because,
although ENV is set, it will only be used if bash is invoked in
posix mode (either as `sh` or with `--posix`).
2020-06-14 12:53:29 +02:00