nix: update comment on effectiveStdenv

I suspect an editor typo.
This commit is contained in:
Philip Taron 2024-03-04 07:29:03 -08:00 committed by GitHub
parent 7a2ca8bde8
commit 4aa00f48d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: