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; }; }