Robert Hensing

Results 909 comments of Robert Hensing

You'll want to set the `package` option to match the `pre-commit` you want to use in your shell anyway, so that the CI check uses the same version that you...

> Couldn't we just expose `pkgs` attribute that could be overriden? In the past we've needed a solution for packages that are packaged with `pre-commit-hooks.nix` itself. Those did not come...

This changes the protocol from Haskell to the shell integrations. It allows more room for new types of information to be passed to the shells; even shell-specific things that do...

I've added a version option for compatibility and I've changed the CompletionItemOption monoid. I haven't tested the updated shell integration scripts yet. Did you find a useful set of standard...

The shellac protocol looks ok at first, but I've found some issues. - First of all, its documentation is incomplete, making reasoning about it unnecessarily hard, - it seems to...

Is this blocked on rebase or is there something else I need to change?

A change like that will make it _practically_ impossible to troubleshoot, unless someone is dead set on solving a minor inconvenience.

I've run `cabal2nix` and added an override to `non-hackage-packages.nix` (which normally also references separate cabal2nix generated files). Doing it this way seemed less dirty than editing the generated file. https://github.com/NixOS/nixpkgs/pull/125563

It has expired again. Current value: ``` {"signatures":[{"keyid":"772e9f4c7db33d251d5c6e357199c819e569d130857dc225549b40845ff0890d","method":"ed25519","sig":"/vKO+Kt4025DVUdV0jWUr/EO5MrCrEwacNzH1YdrMj7kdSR0YehjZB96Pe2vr0EI9fflJ6zrOk9Yjl1FdZmqCQ=="}],"signed":{"_type":"Mirrorlist","expires":"2021-01-01T23:59:59Z","mirrors":[{"urlbase":"http://hackage.fpcomplete.com/"},{"urlbase":"http://objects-us-east-1.dream.io/hackage-mirror/"}],"version":7}} ```

I can confirm that it works. Thank you gbaz and duncan!