Skip to content

Commit

Permalink
Dedupe flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Feb 3, 2024
1 parent 742cc87 commit 7093c35
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 58 deletions.
69 changes: 12 additions & 57 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
rust-overlay.url = "github:oxalica/rust-overlay/stable";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay/stable";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};

# Flake outputs
Expand Down

0 comments on commit 7093c35

Please sign in to comment.