diff options
| author | seth <[email protected]> | 2023-10-07 17:07:44 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-08 13:55:52 -0400 |
| commit | 003c15c82ca1554e62966c520e811132b071555e (patch) | |
| tree | 23b52f1ad249b9b3c2a48b44a28a93a2bbb94afb /flake.nix | |
| parent | 664fdadd482d1742e37bbd8b50410f86dc10dcbe (diff) | |
modules/githubWorkflowGenerator: init
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ overlays.default = final: prev: (import ./pkgs final prev); + flakeModules = { + githubWorkflowGenerator = import ./modules/flake/githubWorkflow.nix; + }; + templates = let # string -> string -> {} mkTemplate = name: description: { |
