Skip to content

Commit 0ff3e3e

Browse files
authored
Add inputs.nixpkgs.follows to rust-overlay in flake.nix (#1729)
* add `inputs.nixpkgs.follows` to `rust-overlay` * Update flake.lock
1 parent c0b86af commit 0ff3e3e

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

flake.lock

+3-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6-
rust-overlay.url = "github:oxalica/rust-overlay";
6+
rust-overlay = {
7+
url = "github:oxalica/rust-overlay";
8+
inputs.nixpkgs.follows = "nixpkgs";
9+
};
710
nixCargoIntegration = {
811
url = "github:yusdacra/nix-cargo-integration";
912
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)