mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
update flake
This commit is contained in:
parent
e9e193b789
commit
a8db334b7e
2 changed files with 29 additions and 27 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue