Skip to content

Commit

Permalink
fix: override gitignore.nix invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored and RaitoBezarius committed Dec 12, 2023
1 parent 60faa33 commit 4f4baad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ in
# inputs we want
pre-commit-hooks = final.callPackage "${sources.pre-commit-hooks}/nix/run.nix" {
tools = import "${sources.pre-commit-hooks}/nix/call-tools.nix" final;
gitignore-nix-src = sources.gitignore;
# wat
gitignore-nix-src = {
lib = import sources.gitignore { inherit (final) lib; };
};
isFlakes = false;
};

Expand Down

0 comments on commit 4f4baad

Please sign in to comment.