Skip to content

Commit

Permalink
nix: Add explicit flake input for nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesveller committed Dec 5, 2024
1 parent 32d2a85 commit 23a89f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# For listing and iterating nix systems
flake-utils.url = "github:numtide/flake-utils";

nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

# For installing non-standard rustc versions
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 23a89f0

Please sign in to comment.