build(nix): import flake template

This commit is contained in:
Ananth Venkatesh 2025-01-24 22:07:53 -05:00
parent 7b8dc33f14
commit 96c2705531
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
4 changed files with 264 additions and 0 deletions

24
elm.json Normal file
View file

@ -0,0 +1,24 @@
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}