Update Rust

This commit is contained in:
Ajeet D'Souza 2025-02-10 01:57:50 +05:30
parent 7fcbbc7b5b
commit c01ff2dd9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
let
pkgs = import (builtins.fetchTarball
"https://github.com/NixOS/nixpkgs/archive/4d513ab5f170d66afa3387bdd718d41aa936ee9f.tar.gz") {
"https://github.com/NixOS/nixpkgs/archive/056faf24027e12f0ba6edebe299ed136e030d29a.tar.gz") {
overlays = [ rust ];
};
rust = import (builtins.fetchTarball