feat(ci): cache deploy-rs

This commit is contained in:
arcnmx 2024-05-02 11:16:31 -07:00
parent 0d4184d73a
commit febf43b1d0
3 changed files with 61 additions and 8 deletions

View file

@ -44,11 +44,6 @@
inherit (pkgs) freeipa-ipasam samba-ldap samba-ipa;
nf-deploy = pkgs.writeShellScriptBin "nf-deploy" ''
${exports}
${exportsSsh}
exec ${pkgs.runtimeShell} ${../ci/deploy.sh} "$@"
'';
nf-setup-node = let
reisen = ../systems/reisen;
inherit (inputs.self.lib.lib) userIs;