diff options
author | Alex <lx@deuxfleurs.fr> | 2025-02-03 17:49:00 +0000 |
---|---|---|
committer | Alex <lx@deuxfleurs.fr> | 2025-02-03 17:49:00 +0000 |
commit | 47e87c8739d7f0d420ea6a01fea99e638414baeb (patch) | |
tree | 263b48701f7ef8a1333a2f92e9650547071c92b1 /flake.nix | |
parent | b9df2d1ad1e80745350e25fd44ddaa0f0c6bcbab (diff) | |
parent | 34599bff512e523373c9ca9c3355c57f8da006c6 (diff) | |
download | garage-47e87c8739d7f0d420ea6a01fea99e638414baeb.tar.gz garage-47e87c8739d7f0d420ea6a01fea99e638414baeb.zip |
Merge pull request 'upgrade Rust compiler and Cargo dependencies' (#951) from nix-crane into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/951
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,13 +2,13 @@ description = "Garage, an S3-compatible distributed object store for self-hosted deployments"; - # Nixpkgs 24.11 as of 2025-01-12 has rustc v1.82 + # Nixpkgs 24.11 as of 2025-01-12 inputs.nixpkgs.url = "github:NixOS/nixpkgs/7c4869c47090dd7f9f1bdfb49a22aea026996815"; - # Rust overlay as of 2025-01-12 + # Rust overlay as of 2025-02-03 inputs.rust-overlay.url = - "github:oxalica/rust-overlay/162ab0edc2936508470199b2e8e6c444a2535019"; + "github:oxalica/rust-overlay/35c6f8c4352f995ecd53896200769f80a3e8f22d"; inputs.rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; inputs.crane.url = "github:ipetkov/crane"; |