mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
flake: Switch formatter from nixpkgs-fmt to nixfmt-rfc-style
Welcome to the new era. Hopefully the last formatter change for a while.
This commit is contained in:
parent
8ece3e2812
commit
0803c83f2c
@ -113,8 +113,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
formatter.x86_64-linux = x86_64-linux.nixpkgs-fmt;
|
||||
formatter.aarch64-linux = aarch64-linux.nixpkgs-fmt;
|
||||
formatter.x86_64-linux = x86_64-linux.nixfmt-rfc-style;
|
||||
formatter.aarch64-linux = aarch64-linux.nixfmt-rfc-style;
|
||||
}
|
||||
// (listToAttrs (
|
||||
map (attributeName: {
|
||||
|
Loading…
Reference in New Issue
Block a user