update flake

This commit is contained in:
jopejoe1 2024-03-08 18:56:04 +01:00
parent e9e193b789
commit a8db334b7e
2 changed files with 29 additions and 27 deletions

View file

@ -115,4 +115,6 @@
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]
++ map (x: "gccarch-${x}") (lib.systems.architectures.inferiors.alderlake or [ ]);
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
}