diff options
author | 2025-02-19 21:03:19 +0100 | |
---|---|---|
committer | 2025-02-19 21:03:21 +0100 | |
commit | cf20ad648a6654d2184b0b6f528d698a4fbc0b63 (patch) | |
tree | a340eeee92c317de1b3c7321b6959e747e9fdbaf /shell.nix |
init
basic haskell-halogen project, `app/Main.hs` from
Swordlash/haskell-halogen@0db1410e5bf2a383148fa067ae46a986a87c30c4
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..a6bdf20 --- /dev/null +++ b/shell.nix @@ -0,0 +1 @@ +(import ./. { }).shell |