fix: nix-filter config for package

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-01 09:11:27 +01:00
parent 5d341f929f
commit 3000c65ead
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -23,7 +23,9 @@
in
filter {
root = ../.;
exclude = [./nix];
exclude = [
"nix"
];
};
modules = ../gomod2nix.toml;