Skip to content

Commit 29191aa

Browse files
Change nix sandbox from false to relaxed in builder dockerfile
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mrinalwadhwa <[email protected]>
1 parent 4466e14 commit 29191aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /autonomy
44
COPY tools/nix ./tools/nix
55

66
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf \
7-
&& echo "sandbox = false" >> /etc/nix/nix.conf \
7+
&& echo "sandbox = relaxed" >> /etc/nix/nix.conf \
88
&& echo "filter-syscalls = false" >> /etc/nix/nix.conf \
99
&& nix-channel --update \
1010
&& nix develop ./tools/nix --command echo "Nix environment built and cached" \

0 commit comments

Comments
 (0)