mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
tests: more robust check for user namespaces availability (canUseSandbox)
Issue https://github.com/NixOS/nix/issues/2165
This commit is contained in:
parent
4ac4f675df
commit
5ee4472b8b
2 changed files with 4 additions and 6 deletions
|
@ -57,7 +57,7 @@ rec {
|
|||
git
|
||||
mercurial
|
||||
]
|
||||
++ lib.optional stdenv.isLinux libseccomp
|
||||
++ lib.optional stdenv.isLinux [libseccomp pkgs.utillinux]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin)
|
||||
(aws-sdk-cpp.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue