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 973a0fdc11
commit a663492e58
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

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