Created
May 30, 2020 21:58
-
-
Save lovesegfault/139d294e48b7ee3dba610e24c59a65ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/default.nix b/default.nix | |
index 63c5ad3..d98c01b 100644 | |
--- a/default.nix | |
+++ b/default.nix | |
@@ -20,4 +20,4 @@ conf: let | |
{ _module.args.nixusPkgs = nixusPkgs; } | |
]; | |
}; | |
-in result.config.deployScript // result | |
+in result.config.deployScript // result // nixusPkgs.lib.mapAttrs (n: v: v.combinedDeployScript) result.config.nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment