1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Add tests for auto-uid-allocation, uid-range and cgroups

This commit is contained in:
Eelco Dolstra 2022-11-27 16:38:34 +01:00
parent 2aa3f2e810
commit f1b5c6876b
4 changed files with 157 additions and 0 deletions

View file

@ -506,6 +506,12 @@
overlay = self.overlays.default;
});
tests.containers = (import ./tests/containers.nix rec {
system = "x86_64-linux";
inherit nixpkgs;
overlay = self.overlays.default;
});
tests.setuid = nixpkgs.lib.genAttrs
["i686-linux" "x86_64-linux"]
(system: