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

Merge remote-tracking branch 'origin/master' into nixpkgs-22.11

This commit is contained in:
Eelco Dolstra 2022-11-30 13:09:45 +01:00
commit e4a2a08b04
26 changed files with 877 additions and 217 deletions

View file

@ -502,6 +502,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: