Skip to content

Commit

Permalink
Turn of seccomp in nix build
Browse files Browse the repository at this point in the history
This should allow emulated builds to succeed as per NixOS/nix#5258

Change-type: patch
  • Loading branch information
pipex committed Mar 13, 2022
1 parent ff47c9d commit 5e4ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UID=1000
FROM nixos/nix as nix

RUN mkdir -p /output/store && \
nix-env --profile /output/profile -i home-manager nix && \
nix-env --profile /output/profile --option filter-syscalls false -i home-manager nix && \
cp -va $(nix-store -qR /output/profile) /output/store


Expand Down

0 comments on commit 5e4ab94

Please sign in to comment.