From e10f834eda6390c5e88c57deea517c629d1d9129 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 13 Nov 2024 17:36:59 -0600 Subject: [PATCH] removed alejandra --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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);