Skip to content

Commit 64da686

Browse files
committed
flake: fix regex
1 parent d117d82 commit 64da686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373

7474
src = sourceByRegex self [
7575
"(license-store-cache|src)(/.*)?"
76-
"Cargo\\.(toml|lock)"
77-
"build.rs"
78-
"rustfmt.toml"
76+
''Cargo\.(toml|lock)''
77+
''build\.rs''
78+
''rustfmt\.toml''
7979
];
8080

8181
get-nix-license = callPackage ./src/get-nix-license.nix { };

0 commit comments

Comments
 (0)