We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bd3da commit cc6312eCopy full SHA for cc6312e
tools/docker/dev/Dockerfile
@@ -5,6 +5,7 @@ COPY tools/nix ./tools/nix
5
6
RUN nix-channel --update \
7
&& echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf \
8
+ && echo "filter-syscalls = false" >> /etc/nix/nix.conf \
9
&& nix develop ./tools/nix --command echo "Nix environment built and cached" \
10
&& mkdir -p /root/.local/bin \
11
&& mkdir -p /root/.cache
0 commit comments