run nixpkgs-fmt

This commit is contained in:
jopejoe1 2024-01-19 13:42:27 +01:00
parent 830243253e
commit 8d7d732a1f
8 changed files with 46 additions and 45 deletions

View file

@ -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 [ ]);
}