nixpkgs/nixos/modules/system
Maximilian Bosch df05618f2a nixos/activation: fix activation script for non-POSIX shells (#46042)
This fixes an issue with shells like fish that are not fully POSIX
compliant. The syntax `ENV=val cmd' doesn't work properly in there.

This issue has been addressed in #45932 and #45945, however it has been
recommended to use a single shell (`stdenv.shell' which is either
`bash' or `sh') to significantly reduce the maintenance overload in the
future.

See https://github.com/NixOS/nixpkgs/issues/45897#issuecomment-417923464

Fixes #45897

/cc @FRidh @xaverdh @etu
2018-09-05 22:48:47 +02:00
..
activation nixos/activation: fix activation script for non-POSIX shells (#46042) 2018-09-05 22:48:47 +02:00
boot install-grub.pl: avoid double '/' in menu.lst and grub.conf (#45907) 2018-09-02 14:34:55 +02:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00