Archived
1
0
forked from rarias/bscpkgs

Add bsc-ci to hydraJobs in flake output

This commit is contained in:
Aleix Boné 2025-02-27 12:24:49 +01:00
parent c4583f787d
commit 8bc9a86f6d
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

View File

@ -13,5 +13,9 @@
bscOverlay = import ./overlay.nix;
overlays.default = self.bscOverlay;
legacyPackages.x86_64-linux = pkgs;
hydraJobs = {
inherit (pkgs) bsc-ci;
};
};
}