From 8784fea414a31642d6e9c5fb5cfc05f0f3fa340c Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 24 Aug 2023 07:51:37 -0400 Subject: flake: shorten input names --- parts/lib/utils/deploy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parts/lib/utils/deploy.nix') 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; -- cgit v1.2.3