attic-client: Use nixVersions.nix_2_34

Unblocks #513339.
This commit is contained in:
Zhaofeng Li
2026-06-24 22:40:38 -04:00
parent 6627173834
commit 26bf1a7697
+1 -1
View File
@@ -16,7 +16,7 @@ let
# Only the attic-client crate builds against the Nix C++ libs
# This derivation is also used to build the server
needNixInclude = lib.elem "attic-client" crates;
nix = nixVersions.nix_2_28;
nix = nixVersions.nix_2_34;
in
rustPlatform.buildRustPackage {