Results 35 comments of julius-boettger

Thank you for your effort. If you have anything I could help with, e.g. questions about NixOS, feel free to contact me. I will try my best to help, I...

> If this [guide](https://ryantm.github.io/nixpkgs/stdenv/stdenv/) correct, to add dependency you just need to specify libraries with `buildInputs = [lib1 lib2];` It's true that you can specify dependencies with `buildInputs`, but `nativeBuildInputs`...

I tried adding ``` buildInputs = [ libGL libGLU libglibutil ]; nativeBuildInputs = [ libGL libGLU libglibutil ]; ``` to the build script I posted in an earlier comment (we...

Alright, thank you for your effort. I guess I will try asking for help in a NixOS forum. I will comment again here if I find a fix.

[This PR](https://github.com/NixOS/nixpkgs/pull/278514) will fix the issue for the official `gitnuro` package in `nixpkgs`. I tried out its [changed package definition for Gitnuro](https://github.com/NixOS/nixpkgs/blob/3ed3879cf311782851beb45004ec633f06e6efff/pkgs/applications/version-management/gitnuro/default.nix), and it works like a charm. Thank you...

This does not seem to be entirely NixOS specific, as I just experienced this issue on Windows 10. `~/.gnupg/common.conf` doesn't exist on this system, so I can not use your...

I would also love to see this! I just did some research on JGit, and found "Support public key in the SSH configuration's 'IdentityFile'" in the [JGit v6.9.0 release notes](https://projects.eclipse.org/projects/technology.jgit/releases/6.9.0),...

> Unfortunately it seems to be only related to the SSH authentication, not to commit signing :( I'll investigate more but I don't think there are any news about the...

This would be a big quality of life improvement for me. I like the way Github does it, highlighting the changed part of a line with a stronger color, e.g....

I'm still running into this issue, any updates? To quickly run the binary manually I use ```sh sh -c $(grep 'ExecStart=' /etc/systemd/user/auto-fix-vscode-server.service | sed 's/^ExecStart=//') ```