mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
hydra.nix
Can just return the obj for that name
This commit is contained in:
parent
1c46b9b2c5
commit
300b129fc7
2 changed files with 130 additions and 132 deletions
|
@ -210,7 +210,7 @@
|
|||
# 'nix.perl-bindings' packages.
|
||||
overlays.default = overlayFor (p: p.stdenv);
|
||||
|
||||
inherit (import ./build/hydra.nix {
|
||||
hydraJobs = import ./build/hydra.nix {
|
||||
inherit
|
||||
inputs
|
||||
binaryTarball
|
||||
|
@ -221,7 +221,7 @@
|
|||
nixpkgsFor
|
||||
self
|
||||
;
|
||||
}) hydraJobs;
|
||||
};
|
||||
|
||||
checks = forAllSystems (system: {
|
||||
binaryTarball = self.hydraJobs.binaryTarball.${system};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue