We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466e14 commit 29191aaCopy full SHA for 29191aa
tools/docker/dev/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /autonomy
4
COPY tools/nix ./tools/nix
5
6
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf \
7
- && echo "sandbox = false" >> /etc/nix/nix.conf \
+ && echo "sandbox = relaxed" >> /etc/nix/nix.conf \
8
&& echo "filter-syscalls = false" >> /etc/nix/nix.conf \
9
&& nix-channel --update \
10
&& nix develop ./tools/nix --command echo "Nix environment built and cached" \
0 commit comments