diff options
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 |