Torsten Schmits

Results 110 comments of Torsten Schmits

yep this should be resolved

The queries here are mirrored from https://github.com/nvim-treesitter/nvim-treesitter. But I can't imagine why only `Data` would have a different highlight. edit: I guess the fact that they've chosen `qualifying_module` as a...

hi @futu2! This is a limitation in nixpkgs currently, see https://github.com/NixOS/nixpkgs/issues/275304 for more information. The PR https://github.com/NixOS/nixpkgs/pull/383165 claims to implement a workaround, but I couldn't manage to get any of...

I think the easiest way to make a tool available to a derivation should be ```nix { packages..buildInputs = pkgs: [pkgs.alex]; } ``` However, this will not provide the package...

> Thanks for your response! The `buildInputs` seems to have worked :) Glad to hear it ☺️ > The weird thing is that I'm _not_ editing my cabal config manually....

right, then it's gotta be Cabal

envs are only added to `devShells` if `envs.example.expose.shell = true;` is set. I forgot to add that to the manual before the last release, sorry! I [added it since](https://github.com/tek/hix/blob/main/lib/doc/prose.nix#L507), but...

I added the option to the example as well. Thanks for the report! Maybe this should be reverted to expose unless disabled...