️ use deploy-rs from nixpkgs

This commit is contained in:
2024-01-26 17:00:00 -05:00
parent aa4ed46e50
commit d87221ed37
5 changed files with 42 additions and 31 deletions

View File

@ -64,14 +64,13 @@
};
in
{
checks = import ./nix/checks.nix { inherit self pkgs system pre-commit-hooks; };
checks = import ./nix/checks.nix { inherit self pkgs deploy-rs system pre-commit-hooks; };
devShells = import ./nix/shells.nix { inherit self pkgs system; };
formatter = pkgs.nixpkgs-fmt;
})
// {
hosts = import ./nix/hosts.nix;
overlays.default = nixpkgs.lib.composeManyExtensions [
deploy-rs.overlay
workon.overlays.default
];