diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-11-27 16:38:34 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-11-27 16:38:34 +0100 |
commit | f1b5c6876bc570ff9ac79410d8e47aadcb9aed52 (patch) | |
tree | b6553ae70afaab23b51d02952353823748e8903b /flake.nix | |
parent | 2aa3f2e81020c1c780be6329e1133068779c8f08 (diff) |
Add tests for auto-uid-allocation, uid-range and cgroups
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |