flake.nix: add hydraJobs

This commit is contained in:
Astro 2022-09-14 22:30:03 +02:00
parent dd8556ee2b
commit 4b7910de61
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
];
inputsFrom = builtins.attrValues self.packages.${system};
};
hydraJobs = builtins.mapAttrs (_:
nixpkgs.lib.hydraJob
) self.packages.${system};
});
}