From 4aa00f48d6d9fb77def9785edb3c4b507abdc156 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 4 Mar 2024 07:29:03 -0800 Subject: [PATCH] nix: update comment on effectiveStdenv I suspect an editor typo. --- .devops/nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 73e8e1897..01c99185b 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -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: