add empty set of hydra tests
This commit is contained in:
parent
c5737aba86
commit
af9cdfe5ae
2 changed files with 4 additions and 1 deletions
|
@ -76,5 +76,5 @@
|
|||
) // (nixpkgs.lib.mapAttrs'
|
||||
(name: config: nixpkgs.lib.nameValuePair name config.activation-script)
|
||||
self.hmConfigurations
|
||||
);
|
||||
) // (let tests = import ./tests; in flake-utils.lib.eachDefaultSystem tests);
|
||||
}
|
||||
|
|
3
tests/default.nix
Normal file
3
tests/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
system:
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue