Adding the possibility to use custom options to nix flake command could be useful.
For example, some of our flakes uses a private repositories so usually the access token is passed.
nix --access-tokens github.com=${{ secrets.GH_TOKEN }} ....
The current options does not seem to provide a way to pass custom options or flags.
Adding the possibility to use custom options to
nix flakecommand could be useful.For example, some of our flakes uses a private repositories so usually the access token is passed.
nix --access-tokens github.com=${{ secrets.GH_TOKEN }} ....The current options does not seem to provide a way to pass custom options or flags.