Skip to content

Commit cc6312e

Browse files
committed
Disable nix filter-syscalls in the dockerfile to enable building in qemu
1 parent 57bd3da commit cc6312e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/docker/dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ COPY tools/nix ./tools/nix
55

66
RUN nix-channel --update \
77
&& echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf \
8+
&& echo "filter-syscalls = false" >> /etc/nix/nix.conf \
89
&& nix develop ./tools/nix --command echo "Nix environment built and cached" \
910
&& mkdir -p /root/.local/bin \
1011
&& mkdir -p /root/.cache

0 commit comments

Comments
 (0)