mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tests: remove tests attribute from root default.nix
Having it there prevented, e.g., `nix-env -qaP` from working in some cases. Fixes #509
This commit is contained in:
parent
81dae2f88e
commit
b8b391ad18
2 changed files with 1 additions and 5 deletions
|
|
@ -11,8 +11,4 @@ rec {
|
|||
};
|
||||
|
||||
nixos = import ./nixos;
|
||||
|
||||
tests = import ./tests {
|
||||
inherit pkgs;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue