Skip to content

Commit 191f9d9

Browse files
flake: add gleam fullstack project
1 parent 98e006a commit 191f9d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
path = ./template/gleam;
4646
description = "Setup Gleam Project";
4747
};
48+
gleam-fullstack = {
49+
path = ./template/gleamfullstack;
50+
description = "Setup Gleam Fullstack Project";
51+
};
4852
elm = {
4953
path = ./template/elm;
5054
description = "Setup Elm Project";

0 commit comments

Comments
 (0)