diff options
| author | Shogo Takata <peshogo@gmail.com> | 2024-03-03 23:48:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 14:48:51 +0000 |
| commit | 4f1d97253d32bc486cde25ee8d1149acdee4fb5f (patch) | |
| tree | a05a533dc850dd728152a5756276c7eddccc86d9 /flake.nix | |
| parent | f5a2a9a9a61b90805dc31f9781848150d0ffbb44 (diff) | |
Add docs to nix src (#3537)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'' ]; |
