forked from rarias/bscpkgs
Add bsc-ci to hydraJobs in flake output
This commit is contained in:
parent
c4583f787d
commit
8bc9a86f6d
@ -13,5 +13,9 @@
|
|||||||
bscOverlay = import ./overlay.nix;
|
bscOverlay = import ./overlay.nix;
|
||||||
overlays.default = self.bscOverlay;
|
overlays.default = self.bscOverlay;
|
||||||
legacyPackages.x86_64-linux = pkgs;
|
legacyPackages.x86_64-linux = pkgs;
|
||||||
|
|
||||||
|
hydraJobs = {
|
||||||
|
inherit (pkgs) bsc-ci;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user