use deploy-rs

This commit is contained in:
Motiejus Jakštys 2023-04-03 17:17:40 +03:00
parent aadf1c170b
commit bdf22a2211

View File

@ -27,7 +27,7 @@
]; ];
}; };
deploy.nodes.example = { deploy.nodes.hel1-a = {
hostname = "hel1-a.servers.jakst"; hostname = "hel1-a.servers.jakst";
profiles = { profiles = {
system = { system = {
@ -46,8 +46,7 @@
in { in {
devShells.default = with pkgs; devShells.default = with pkgs;
mkShell { mkShell {
name = "rules_nixpkgs_shell"; packages = [deploy-rs.packages.x86_64-linux.deploy-rs];
packages = [bash];
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;