nixpkgs/nixos/modules/system/activation
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-script.nix nixos/activation: Identifies the snippet that failed 2018-08-05 19:27:23 -04:00
no-clone.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
switch-to-configuration.pl nixos/activation: fix activation script for non-POSIX shells (#46042) 2018-09-05 22:48:47 +02:00
top-level.nix nixos/activation: fix activation script for non-POSIX shells (#46042) 2018-09-05 22:48:47 +02:00