mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
fix: update nix shell pins to provide Rust 1.94 for edition2024 support (#812)
This commit is contained in:
parent
d41b2e4dfb
commit
87605d5caf
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||
];
|
||||
}
|
||||
}:
|
||||
|
|
|
|||
Loading…
Reference in a new issue