fix?????????

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-03-04 12:05:54 -05:00
parent 246a35a7c4
commit e85914dca4
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
security.polkit.enable = true;
programs.nix-ld.enable = true;
programs.fish.useBabelfish = true;
programs.fish.shellInit = ''
## XXX(Xe): unfuck nix-ld
eval (cat /etc/set-environment | grep NIX_LD)
'';
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];