Skip to content

Commit

Permalink
nix: Fix flake removing docs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmith committed Dec 28, 2023
1 parent e0aaa90 commit c73c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
./vendor
])
# exclude these files
(fs.unions [ ./example ./docs ./tools ]);
(fs.unions [ ./example ./tools ]);
src = fs.toSource {
root = ./.;
fileset = sourceFiles;
Expand Down

0 comments on commit c73c760

Please sign in to comment.