diff options
author | stuebinm | 2021-09-06 15:32:19 +0200 |
---|---|---|
committer | stuebinm | 2021-09-06 15:32:19 +0200 |
commit | 6eb992efdd68d80bc62bc7fc0562d8a2e6558096 (patch) | |
tree | bf72bcee338521b426bab20e82e15b00c48cf296 /.gitignore | |
parent | 3afd5c2eac6e8e271457d7bf014521bd7e072411 (diff) |
add nix build system and NixOS module
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ /server/.stack-work/ /server/assets/ /client/elm-stuff/ +result* |