Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovesegfault/139d294e48b7ee3dba610e24c59a65ce to your computer and use it in GitHub Desktop.
Save lovesegfault/139d294e48b7ee3dba610e24c59a65ce to your computer and use it in GitHub Desktop.
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