fix: source filter in package build

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-03 16:17:39 +01:00
parent 78065811df
commit ab7bf54a31
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -24,8 +24,8 @@
filter { filter {
root = ../.; root = ../.;
exclude = [ exclude = [
"nix" "nix/"
"docs" "docs/"
"README.md" "README.md"
"default.nix" "default.nix"
"shell.nix" "shell.nix"