attic-client: Use nixVersions.nix_2_34 (#535125)

This commit is contained in:
Sandro
2026-06-25 08:31:35 +00:00
committed by GitHub
+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 {