aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-04 19:57:50 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-04 19:57:50 -0600
commitb3934d3e16fa847b308a7f07c51dd48733f31744 (patch)
tree67225b79565f100983d982a7674443f8db61805f
parentf01b869a35bff1638625edd9f98c1fca017e98d9 (diff)
downloadwormhole-b3934d3e16fa847b308a7f07c51dd48733f31744.tar.gz
wormhole-b3934d3e16fa847b308a7f07c51dd48733f31744.tar.bz2
wormhole-b3934d3e16fa847b308a7f07c51dd48733f31744.zip
Add extra variables
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a4b1a82..a01bd05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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