diff --git a/2024/flake.nix b/2024/flake.nix index 361bd41..eeef06c 100644 --- a/2024/flake.nix +++ b/2024/flake.nix @@ -28,6 +28,7 @@ nixpkgs, typix, flake-utils, + self, ... }: flake-utils.lib.eachDefaultSystem ( @@ -71,6 +72,11 @@ # pkgs.typstyle # ]; # }; + hydraJobs = { + inherit (self) + legacyPackages + ; + }; } ); }