add empty set of hydra tests

This commit is contained in:
Tim Schubert 2021-07-31 22:26:45 +02:00
parent c5737aba86
commit af9cdfe5ae
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 1 deletions

View file

@ -76,5 +76,5 @@
) // (nixpkgs.lib.mapAttrs' ) // (nixpkgs.lib.mapAttrs'
(name: config: nixpkgs.lib.nameValuePair name config.activation-script) (name: config: nixpkgs.lib.nameValuePair name config.activation-script)
self.hmConfigurations self.hmConfigurations
); ) // (let tests = import ./tests; in flake-utils.lib.eachDefaultSystem tests);
} }

3
tests/default.nix Normal file
View file

@ -0,0 +1,3 @@
system:
{
}