From 7ed004d244ca40900898fc7cc0a76976f65cfd31 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 14 May 2023 23:33:20 -0400 Subject: [PATCH] flake.nix: remove devshell pkgs + formatting --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 7166ab2..aaf3f88 100755 --- a/flake.nix +++ b/flake.nix @@ -39,13 +39,10 @@ alejandra git deploy-rs - sops - file - inlyne ]; }; - deploy = import ./hosts/deploy.nix inputs; formatter.${system} = pkgs.alejandra; + deploy = import ./hosts/deploy.nix inputs; nixosConfigurations = import ./hosts inputs; }; }