diff --git a/flake.nix b/flake.nix index cc6df56..c9f1d05 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,8 @@ ''; }; + hydraJobs = checks // packages; + # `nix develop` devShell = pkgs.mkShell { nativeBuildInputs = with pkgs; [ rustc cargo rustfmt nixpkgs-fmt ] ++ nativeBuildInputs;