sander

Results 230 comments of sander

> I wonder if we get any benefit from this over just `docs/languages/python.dm`? > If we just want to add language guides, then those markdown files can live in docs....

The underlying TLS library supports reading the certificates from the system store. Nix doesn't support this, instead requiring you to manually provide your own certificate bundle. 1. Do you have...

You can try `SYSTEM_CERTIFICATE_PATH`.

@i-am-logger, I think quite a few of the requested changes are also applicable to your previous PR. I'll be happy to review it once updated.

> No 'processes' option defined: https://devenv.sh/processes/ That's a strange message for a flake project. One gotcha with the flake integration is that you need to add `devenv-up` packages to the...

There was some movement upstream in nixpkgs earlier in the year to try and fix this. For pre-commit, we ended up [wrapping it ](https://github.com/cachix/devenv/pull/1689) to prevent its python env from...

This is mentioned in the [gitlint docs](https://jorisroovers.com/gitlint/latest/commit_hooks/#pre-commit): > You need to add `--msg-filename` at the end of your custom args list as the gitlint-hook will fail otherwise. `pre-commit` lumps the...

Instead of using `nix flake check`, you could run your pre-commit commands from within `nix develop`. Using your example: `nix develop -c pre-commit run --from-ref origin/HEAD --to-ref HEAD`

Ah, you've already removed purty here. I'm removing it in https://github.com/cachix/git-hooks.nix/pull/669. That adds a migration note, which this is missing. Once it's merged, please rebase on top of it. Thanks!

> With a flags option, however, we loose forward compatibility. Not entirely sure what you mean by that