mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
This commit is contained in:
parent
a195211af0
commit
c38c7c897b
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ warnIf (! builtins ? readFileType) "Unsupported Nix version in use."
|
|||
default = fileFilter
|
||||
(file:
|
||||
file.hasExt "rs" ||
|
||||
match "snapshot__.*\.snap" file.name != null ||
|
||||
elem file.name ([ "Cargo.toml" "Cargo.lock" ] ++ config.extraFiles) ||
|
||||
any (re: match re file.name != null) config.extraFilesRegex)
|
||||
src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue