diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-11-30 13:09:45 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-11-30 13:09:45 +0100 |
commit | e4a2a08b0468abe972bdb80f3dd3711c70bb2440 (patch) | |
tree | eb17daba297c7380193ab78a89e0c05d3000a891 /flake.nix | |
parent | 9c90452f9d211ebac3657745283fae0f00e2bd71 (diff) | |
parent | 0596bdf3a9a42e73c68584da1401781a0e888f09 (diff) |
Merge remote-tracking branch 'origin/master' into nixpkgs-22.11
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |