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