Skip to content

Commit fc04130

Browse files
committed
feat!: put the fuctions in lib
1 parent 61ac1eb commit fc04130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666

6767
flake = {
6868
inherit flakeModule;
69-
makeNixGithubAction = (import ./nix/github.nix).makeNixGithubAction;
69+
lib = {
70+
makeNixGithubAction = (import ./nix/github.nix).makeNixGithubAction;
71+
};
7072
};
7173

7274
perSystem =

0 commit comments

Comments
 (0)