mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08: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:
@@ -11,8 +11,4 @@ rec {
|
||||
};
|
||||
|
||||
nixos = import ./nixos;
|
||||
|
||||
tests = import ./tests {
|
||||
inherit pkgs;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user