diff options
Diffstat (limited to 'parts/lib/utils/deploy.nix')
| -rw-r--r-- | parts/lib/utils/deploy.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/lib/utils/deploy.nix b/parts/lib/utils/deploy.nix index aaa01f1..261af32 100644 --- a/parts/lib/utils/deploy.nix +++ b/parts/lib/utils/deploy.nix @@ -1,13 +1,13 @@ {inputs, ...}: let inherit (builtins) mapAttrs; - inherit (inputs) deploy-rs; + inherit (inputs) deploy; in { mkDeployNodes = mapAttrs (_: system: let inherit (system) pkgs; deployPkgs = import pkgs.path { inherit (pkgs) system; overlays = [ - deploy-rs.overlay + deploy.overlay (_: prev: { deploy-rs = { inherit (pkgs) deploy-rs; |
