Skip to content

Commit

Permalink
explicitly add flake-parts with override
Browse files Browse the repository at this point in the history
otherwise we end up with a second 30mb nixpkgs.
  • Loading branch information
Mic92 committed Feb 24, 2023
1 parent b9d937f commit cbc02d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
27 changes: 6 additions & 21 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
Expand Down

0 comments on commit cbc02d2

Please sign in to comment.