Tell NixOS the hell with purity and let /bin/bash shebangs work
This commit is contained in:
parent
95e3151508
commit
35697e82dd
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@
|
|||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
# Just make bin/bash work, see https://github.com/Mic92/envfs
|
||||
# via the long, sad https://discourse.nixos.org/t/add-bin-bash-to-avoid-unnecessary-pain/5673/37
|
||||
services.envfs.enable = true;
|
||||
|
||||
# Via https://github.com/NixOS/nixos-hardware/tree/master/framework
|
||||
services.fwupd.enable = true;
|
||||
services.fwupd.extraRemotes = [ "lvfs-testing" ];
|
||||
|
|
Loading…
Reference in a new issue