This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/hydra/default.nix

9 lines
163 B
Nix

{
nix-packages,
nixpkgs,
system,
}: let
pkgs = import nixpkgs {inherit system;};
ci = import "${nix-packages}/ci.nix" {inherit pkgs;};
in
ci.buildPkgs