|
|
|
|
|
by __MatrixMan__
395 days ago
|
|
Maybe I have my search syntax wrong. Suppose I want to search for go projects with a flake.nix in the repo root. This finds nothing: language:Go path:/flake.nix
I know they exist though, for instance here's one: github.com/joerdav/xcCan you tell me where I've gone wrong? |
|
This seems to work;
https://github.com/search?q=path%3A%2Fflake.nix%20go&type=co...