Jan Kremer

Results 17 comments of Jan Kremer

So just put this at the end of `ccc.nix`? Why didn't this error occur last time?

Thank you for the recommendation! Unfortunately this changes the text size everywhere, not just in the article view. It would be awesome to change the text size only there with...

How can I push to this PR? I fixed the formatting and merged into master. As far as I can tell @bwkam already resolved everything else. Should I create a...

> I've resolved everything, but this has been stale for a while, and I gave up on it getting merged. You can try with a new PR. `pkgs/development/python-modules/pwinput/default.nix` needs to...

> [I applied your formatting changes](https://github.com/NixOS/nixpkgs/pull/310701/commits/b0e0716d378980a2ac81438177f4c0be8d4ad625) to `pkgs/development/python-modules/pwinput/default.nix`, [but the CI still fails](https://github.com/NixOS/nixpkgs/actions/runs/10117044275/job/27981209604?pr=310701). I'm not sure why. I'm not sure why, I formatted both files again locally but it doesn't...

For Ghostty: add `macos-option-as-alt = left` to your config, alternatively you can set it to `right` or `true` for both.

What is currently the best method to use a plugin that's in `nixpkgs`? ```nix prettier = { enable = true; settings = { plugins = [ "${pkgs.prettier-plugin-go-template}" ]; overrides =...

> Does pluginSearchDirs has any effect at all? Prettier removed the `pluginSearchDirs` option so that is probably why it's not working.

Finally got it working, had to update the plugin which is in nixpkgs. ```nix { pkgs, ... }: { projectRootFile = "flake.nix"; programs = { nixfmt.enable = true; gofmt.enable =...

I think this approach only works for packages that are in nixpkgs.