summary refs log tree commit diff
path: root/nixos/modules/hardware/pcmcia.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-09-05 22:48:47 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-05 22:48:47 +0200
commitdf05618f2a075c2c727bdcb6d44741d5d5c2ef16 (patch)
tree12d416e208eb76b804c9b96827b9adbdf70407c1 /nixos/modules/hardware/pcmcia.nix
parentf70dc57ad3b63211cdc348bb3346139519aefced (diff)
downloadnixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar.gz
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar.bz2
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar.lz
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar.xz
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.tar.zst
nixpkgs-df05618f2a075c2c727bdcb6d44741d5d5c2ef16.zip
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
Diffstat (limited to 'nixos/modules/hardware/pcmcia.nix')
0 files changed, 0 insertions, 0 deletions