show LLVM in hydra
This commit is contained in:
parent
3edb51a646
commit
b6c53406ea
|
@ -3,9 +3,7 @@ let
|
|||
pkgs = import <nixpkgs> { overlays = [ (import ./overlay.nix) ]; };
|
||||
derivations = import ./derivations.nix { inherit pkgs; };
|
||||
jobs = derivations // {
|
||||
rustc = pkgs.rustc;
|
||||
cargo = pkgs.cargo;
|
||||
cargo-vendor = pkgs.cargo-vendor;
|
||||
inherit (pkgs) llvm_7 rustc cargo cargo-vendor;
|
||||
|
||||
helloworld_ecp5 = import ./examples/helloworld_ecp5.nix { inherit pkgs; };
|
||||
helloworld_kintex7 = import ./examples/helloworld_kintex7.nix { inherit pkgs; };
|
||||
|
|
Loading…
Reference in New Issue