Skip to content

Commit

Permalink
flake-parts: use the same nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Aug 23, 2022
1 parent 3a042bf commit becf50f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
27 changes: 7 additions & 20 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 @@ -3,6 +3,8 @@
# To update all inputs:
# $ 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";

outputs = { self, nixpkgs, flake-parts }@inputs:
flake-parts.lib.mkFlake { inherit self; } {
Expand Down

0 comments on commit becf50f

Please sign in to comment.