Replace alejandra with nixfmt rfc candidate.
This commit is contained in:
parent
44237e65ae
commit
ce3b1496bf
1 changed files with 1 additions and 6 deletions
|
@ -8,10 +8,6 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
alejandra = {
|
||||
url = "github:kamadorueda/alejandra/3.0.0";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
@ -22,7 +18,6 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
alejandra,
|
||||
mailserver,
|
||||
sops-nix,
|
||||
...
|
||||
|
@ -84,7 +79,7 @@
|
|||
program = "${pkgs.statix}/bin/statix";
|
||||
};
|
||||
};
|
||||
formatter = alejandra.defaultPackage."${system}";
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
packages.nixosConfigurations = lib.listToAttrs (map nixosSystemFor machineList);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue