aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b7e848e..ed8a09d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
_build/
.merlin
*.install
-result/**
+result/
# opam
_opam/
diff --git a/Dockerfile b/Dockerfile
index a01bd05..c5d749e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN nix \
--option filter-syscalls false \
build
-RUN nix
+RUN nix \
--extra-experimental-features "nix-command flakes" \
--option filter-syscalls false \
develop -c dune build