Skip to content

Commit

Permalink
chore: use same nixpkgs/flake-utils in rust-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 4, 2024
1 parent c6bf0f6 commit 3ae3c02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};


crane = {
url = "github:ipetkov/crane";
Expand Down

0 comments on commit 3ae3c02

Please sign in to comment.