mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
also enable formatter on macOS
This commit is contained in:
parent
779c16f604
commit
e214e292a6
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
formatSystems = [ "aarch64-linux" "x86_64-linux" ];
|
formatSystems = [
|
||||||
|
"aarch64-linux"
|
||||||
|
"x86_64-linux"
|
||||||
|
"aarch64-darwin"
|
||||||
|
];
|
||||||
|
|
||||||
# Helper to iterate over systems
|
# Helper to iterate over systems
|
||||||
eachSystem =
|
eachSystem =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue