summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShogo Takata <peshogo@gmail.com>2024-03-03 23:48:51 +0900
committerGitHub <noreply@github.com>2024-03-03 14:48:51 +0000
commit4f1d97253d32bc486cde25ee8d1149acdee4fb5f (patch)
treea05a533dc850dd728152a5756276c7eddccc86d9
parentf5a2a9a9a61b90805dc31f9781848150d0ffbb44 (diff)
Add docs to nix src (#3537)
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c7187339..34df58dc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,9 +37,9 @@
craneLib = crane.mkLib pkgs;
# Typst files to include in the derivation.
- # Here we include Rust files, assets and tests.
+ # Here we include Rust files, docs and tests.
src = sourceByRegex ./. [
- "(assets|crates|tests)(/.*)?"
+ "(docs|crates|tests)(/.*)?"
''Cargo\.(toml|lock)''
''build\.rs''
];