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

5
src/Main.elm Normal file
View file

@ -0,0 +1,5 @@
module Main exposing (main)
import Html exposing (text)
main = text "Hello, world!"