commit 3a74f70fffa98de966a6a7e75ccf6036cb417afe
parent 1708f0ff587bbe3bc455c9b762e96fef5856d331
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Sun, 3 Aug 2025 12:27:15 +0200
parent 1708f0ff587bbe3bc455c9b762e96fef5856d331
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Sun, 3 Aug 2025 12:27:15 +0200
Add hydra jobs
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix @@ -14,7 +14,9 @@ lib = inputs.nixpkgs.lib; pkgs = import inputs.nixpkgs { inherit system; }; in - { + rec { + hydraJobs = packages; + packages = lib.mapAttrs (name: _: pkgs.callPackage ./pkgs/${name}/package.nix { }) ( builtins.readDir ./pkgs );