Skip to content

Commit

Permalink
flake: fix flake-parts follow
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 25, 2023
1 parent 5deccb7 commit e51789f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# $ nix flake update --recreate-lock-file
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-parts.url = "github:hercules-ci/flake-parts";
inputs.flake-parts.inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

inputs.rust-overlay.url = "github:oxalica/rust-overlay";
inputs.rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit e51789f

Please sign in to comment.