mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 08:46:54 +00: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
(cherry picked from commit b8b391ad18
)
This commit is contained in:
parent
ee1bfa0d92
commit
dd94a849df
2 changed files with 1 additions and 5 deletions
|
@ -9,4 +9,4 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nix-shell . -A install
|
- nix-shell . -A install
|
||||||
- nix-shell . -A tests.run.all
|
- nix-shell tests -A run.all
|
||||||
|
|
|
@ -11,8 +11,4 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos = import ./nixos;
|
nixos = import ./nixos;
|
||||||
|
|
||||||
tests = import ./tests {
|
|
||||||
inherit pkgs;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue