tested job: fixup evaluation after 5dadc3a
I believe hardcoding system to builtins.currentSystem isn't very good, as e.g. Hydra surely evaluates on Linux only...
This commit is contained in:
parent
fe518a733f
commit
e0210d7cbf
@ -1,6 +1,6 @@
|
|||||||
{ pkgspath ? ../../.., test-pkgspath ? pkgspath }:
|
{ pkgspath ? ../../.., test-pkgspath ? pkgspath, system ? builtins.currentSystem }:
|
||||||
|
|
||||||
with import pkgspath { system = builtins.currentSystem; };
|
with import pkgspath { inherit system; };
|
||||||
|
|
||||||
let
|
let
|
||||||
llvmPackages = llvmPackages_37;
|
llvmPackages = llvmPackages_37;
|
||||||
|
Loading…
Reference in New Issue
Block a user