Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 10, 2023
1 parent c49b747 commit a21405a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/nixos/remote-builds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ let
{ services.openssh.enable = true;
virtualisation.writableStore = true;
nix.settings.sandbox = true;

# Regression test for use of PID namespaces when /proc has
# filesystems mounted on top of it
# (i.e. /proc/sys/fs/binfmt_misc).
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
};

# Trivial Nix expression to build remotely.
Expand Down

0 comments on commit a21405a

Please sign in to comment.