diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 19:58:45 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 19:58:45 -0600 |
commit | 5f1fe650032a0e23682dcfa6f3942b8229ba8049 (patch) | |
tree | 26287a7d76b3b30ed4d4e2a93f08bf32a0e11ee5 | |
parent | b3934d3e16fa847b308a7f07c51dd48733f31744 (diff) | |
download | wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.tar.gz wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.tar.bz2 wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.zip |
Update
Diffstat (limited to '')
-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 |