Skip to content

Commit

Permalink
fix: nix-filter config for package
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed May 1, 2024
1 parent 5d341f9 commit 3000c65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
in
filter {
root = ../.;
exclude = [./nix];
exclude = [
"nix"
];
};

modules = ../gomod2nix.toml;
Expand Down

0 comments on commit 3000c65

Please sign in to comment.