nix: update comment on effectiveStdenv
I suspect an editor typo.
This commit is contained in:
parent
7a2ca8bde8
commit
4aa00f48d6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
llamaVersion ? "0.0.0", # Arbitrary version, substituted by the flake
|
||||
|
||||
# It's necessary to consistently use backendStdenv when building with CUDA support,
|
||||
# otherwise we get libstdc++ errors downstream.1
|
||||
# otherwise we get libstdc++ errors downstream.
|
||||
effectiveStdenv ? if useCuda then cudaPackages.backendStdenv else stdenv,
|
||||
enableStatic ? effectiveStdenv.hostPlatform.isStatic
|
||||
}@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue