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:
parent
72e8f94081
commit
770f3af31d
2 changed files with 162 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue