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|tests)(/.*)?"
"Cargo\\.(toml|lock)"
"build.rs"
''Cargo\.(toml|lock)''
''build\.rs''
];
in
rustPlatform.buildRustPackage {