flake: fix regex

This commit is contained in:
figsoda 2023-05-02 13:17:12 -04:00
parent 7c2e530abf
commit d262f1de24

View File

@ -45,8 +45,8 @@
src = sourceByRegex self [ src = sourceByRegex self [
"(src|tests)(/.*)?" "(src|tests)(/.*)?"
"Cargo\\.(toml|lock)" ''Cargo\.(toml|lock)''
"build.rs" ''build\.rs''
]; ];
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {