diff options
| author | seth <[email protected]> | 2023-11-05 13:54:06 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-05 13:54:06 -0500 |
| commit | 602193a4d8d0c8a886f9bb4f7e2bca2b968771fc (patch) | |
| tree | 95f5b4356ba63d44aefb8830ff73267301d2f715 /flake.nix | |
| parent | 48b17c233c9ecf100d03d6fc8f7ac2eea6f74340 (diff) | |
modules/githubWorkflow: separate lib
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,8 @@ overlays.default = final: prev: (import ./pkgs final prev); flakeModules = { - githubWorkflowGenerator = import ./modules/flake/githubWorkflow.nix; + githubWorkflowGenerator = import ./modules/flake/githubWorkflow.nix self.flakeModules.workflowLib; + workflowLib = import ./modules/flake/workflowLib.nix lib; }; templates = let |
