aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f628ce3..b9e5384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
elm-stuff/*
app.js
+Main.js
result
diff --git a/default.nix b/default.nix
index 54ebd67..d597f70 100644
--- a/default.nix
+++ b/default.nix
@@ -36,6 +36,7 @@ let
'') targets)}
cp *.html $out
cp *.css $out
+ cp -r example $out/
'';
};
in mkDerivation {