Skip to content

Commit b61aecc

Browse files
flake: add elm project
1 parent 73d1595 commit b61aecc

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+
elm = {
45+
path = ./template/elm;
46+
description = "Setup Elm Project";
47+
};
4448
};
4549
};
4650
}

0 commit comments

Comments
 (0)