summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-07 17:07:44 -0400
committerseth <[email protected]>2023-10-08 13:55:52 -0400
commit003c15c82ca1554e62966c520e811132b071555e (patch)
tree23b52f1ad249b9b3c2a48b44a28a93a2bbb94afb /flake.nix
parent664fdadd482d1742e37bbd8b50410f86dc10dcbe (diff)
modules/githubWorkflowGenerator: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 67942bd..4d75f90 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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: {