diff options
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,10 @@ RUN nix \ --option filter-syscalls false \ build -RUN nix develop -c dune build +RUN nix + --extra-experimental-features "nix-command flakes" \ + --option filter-syscalls false \ + develop -c dune build RUN mkdir /tmp/nix-store-closure RUN cp -R $(nix-store -qR result/) /tmp/nix-store-closure |