using host platform isStatic as default value for "enableStatic"
Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
parent
bf11052b9f
commit
db22ce347f
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
||||||
useRocm ? config.rocmSupport,
|
useRocm ? config.rocmSupport,
|
||||||
useVulkan ? false,
|
useVulkan ? false,
|
||||||
llamaVersion ? "0.0.0", # Arbitrary version, substituted by the flake
|
llamaVersion ? "0.0.0", # Arbitrary version, substituted by the flake
|
||||||
buildStatic ? false,
|
effectiveStdenv = if useCuda then cudaPackages.backendStdenv else stdenv,
|
||||||
|
enableStatic ? effectiveStdenv.hostPlatform.isStatic
|
||||||
}@inputs:
|
}@inputs:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue