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

add sourcehut integration test

This commit is contained in:
Gabriel Fontes 2022-02-23 11:58:09 -03:00
parent 72e8f94081
commit 770f3af31d
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916
2 changed files with 162 additions and 0 deletions

View file

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