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 /Dockerfile | |
parent | b3934d3e16fa847b308a7f07c51dd48733f31744 (diff) | |
download | wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.tar.gz wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.tar.bz2 wormhole-5f1fe650032a0e23682dcfa6f3942b8229ba8049.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |