1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests: add initial test framework

This commit is contained in:
Robert Helgesson 2018-12-11 00:51:48 +01:00
parent 5d63abb473
commit 6d56abcec1
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
9 changed files with 146 additions and 1 deletions

View file

@ -11,4 +11,8 @@ rec {
};
nixos = import ./nixos;
tests = import ./tests {
inherit pkgs;
};
}