From 6f9781b1b0cf3fedbe9d2d0a785aeec4d6085c10 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Mon, 24 Apr 2023 12:46:10 +0200 Subject: [PATCH] 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 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3cb02d326..df50d3e58 100644 --- a/flake.nix +++ b/flake.nix @@ -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