chore: don't pin rust overlay nixpkgs to normal nixpkgs

This commit is contained in:
Edward Langley
2026-03-31 00:04:36 -07:00
parent 866a6ff589
commit 3cf64b40a3
2 changed files with 17 additions and 4 deletions

View File

@ -5,7 +5,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
};