Support flake.nix and flake.lock as allowed files when initializing a project #4487
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What do you want to happen?
When I attempt to initialize a new project, I encounter the following error:
Error:
It seems that only specific files, such as
go.mod
,go.sum
, or Markdown files, are accepted in the target directory. However, many developers use Nix to manage dependencies, which requires files likeflake.nix
andflake.lock
to be present in the directory for dependency installation.To improve compatibility, it would be a good idea to accept
flake.nix
andflake.lock
as allowed files during project initialization.Extra Labels
No response
The text was updated successfully, but these errors were encountered: