using correct syntax for effectiveStdenv default
This commit is contained in:
parent
d12f2399ac
commit
bc51e28cf4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
useRocm ? config.rocmSupport,
|
||||
useVulkan ? false,
|
||||
llamaVersion ? "0.0.0", # Arbitrary version, substituted by the flake
|
||||
effectiveStdenv = if useCuda then cudaPackages.backendStdenv else stdenv,
|
||||
effectiveStdenv ? if useCuda then cudaPackages.backendStdenv else stdenv,
|
||||
enableStatic ? effectiveStdenv.hostPlatform.isStatic
|
||||
}@inputs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue