From bec6956091391421fc94feccb63d89d5311ff6f3 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 20 Oct 2024 11:49:02 -0700 Subject: [PATCH] ci: add hydraJobs flake output --- 2024/flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 + ; + }; } ); }