diff --git a/flake.nix b/flake.nix index c3bd57d..e42514d 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ src = lib.sourceFilesBySuffices ./. [ "Cargo.toml" "Cargo.lock" - ".rs" + "*.rs" ]; };