1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02: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:
Yuriy Taraday 2023-04-24 12:46:10 +02:00 committed by GitHub
parent a5a294a622
commit 6f9781b1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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