nixfmt-rfc-style -> nixfmt-tree
This commit is contained in:
@@ -170,7 +170,7 @@
|
|||||||
lib = import ./modules/lib.nix { inherit inputs pkgs; };
|
lib = import ./modules/lib.nix { inherit inputs pkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
|
||||||
nixosConfigurations.${hostname} = lib.nixosSystem {
|
nixosConfigurations.${hostname} = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user