mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
run nixpkgs-fmt
This commit is contained in:
parent
830243253e
commit
8d7d732a1f
8 changed files with 46 additions and 45 deletions
|
@ -104,5 +104,5 @@
|
|||
};
|
||||
|
||||
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]
|
||||
++ map (x: "gccarch-${x}") (lib.systems.architectures.inferiors.alderlake or []);
|
||||
++ map (x: "gccarch-${x}") (lib.systems.architectures.inferiors.alderlake or [ ]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue