fix: update nix shell pins to provide Rust 1.94 for edition2024 support (#812)

This commit is contained in:
M. Casqueira 2026-03-13 15:07:44 -04:00 committed by GitHub
parent d41b2e4dfb
commit 87605d5caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/313b84933167.tar.gz") {
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/50ab793786d9.tar.gz") {
overlays = [
(import (fetchTarball "https://github.com/oxalica/rust-overlay/archive/577ee84c69ba.tar.gz"))
(import (fetchTarball "https://github.com/oxalica/rust-overlay/archive/475826b105eb.tar.gz"))
];
}
}: