Skip to content

Commit ab7bf54

Browse files
committed
fix: source filter in package build
Signed-off-by: Brian McGee <[email protected]>
1 parent 7806581 commit ab7bf54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
filter {
2525
root = ../.;
2626
exclude = [
27-
"nix"
28-
"docs"
27+
"nix/"
28+
"docs/"
2929
"README.md"
3030
"default.nix"
3131
"shell.nix"

0 commit comments

Comments
 (0)