mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
flake: Move tests back to devShells.*.tests (#3905)
I assume it was erroneously lost during flake-utils removal in https://github.com/nix-community/home-manager/pull/3860
This commit is contained in:
parent
a5a294a622
commit
6f9781b1b0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
tests = import ./tests { inherit pkgs; };
|
||||
in tests.run);
|
||||
in { tests = tests.run; });
|
||||
|
||||
packages = forAllSystems (system:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue