Skip to content

Commit

Permalink
Add inputs.nixpkgs.follows to rust-overlay in flake.nix (#1729)
Browse files Browse the repository at this point in the history
* add `inputs.nixpkgs.follows` to `rust-overlay`

* Update flake.lock
  • Loading branch information
oati authored Mar 3, 2022
1 parent c0b86af commit 0ff3e3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
20 changes: 3 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
nixCargoIntegration = {
url = "github:yusdacra/nix-cargo-integration";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 0ff3e3e

Please sign in to comment.