diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _build/ .merlin *.install -result/** +result/ # opam _opam/ @@ -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 |