Skip to content

Commit 279899b

Browse files
flake: add gleam project
1 parent f9a9627 commit 279899b

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
@@ -41,6 +41,10 @@
4141
path = ./template/java;
4242
description = "Setup Java Project";
4343
};
44+
gleam = {
45+
path = ./template/gleam;
46+
description = "Setup Gleam Project";
47+
};
4448
elm = {
4549
path = ./template/elm;
4650
description = "Setup Elm Project";

0 commit comments

Comments
 (0)