diff --git a/flake.nix b/flake.nix index 977880d..b6fbc0c 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,6 @@ in { inherit lib; - formatter = pkgs.alejandra; nixosConfigurations = { workstation = lib.nixosSystem (createConfig "workstation" pkgs); miniserver = lib.nixosSystem (createConfig "miniserver" pkgs-small);