flake.nix: remove devshell pkgs + formatting

This commit is contained in:
notohh 2023-05-14 23:33:20 -04:00
parent 9575917edb
commit 7ed004d244
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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