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:
parent
5d63abb473
commit
6d56abcec1
9 changed files with 146 additions and 1 deletions
|
|
@ -11,4 +11,8 @@ rec {
|
|||
};
|
||||
|
||||
nixos = import ./nixos;
|
||||
|
||||
tests = import ./tests {
|
||||
inherit pkgs;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue