Evgeny Kurnevsky
Evgeny Kurnevsky
Oops, I indeed had wrong permissions for `~/tmp`. Though it doesn't explain why I can't remove created files :)
The header just wasn't updated, but the version exists: https://stable.melpa.org/#/scala-mode You should probably raise an issue in `scala-mode` repo. But fair enough, `Package-Requires` takes the version info from the header....
I'll merge it for the time being. Thanks.
Is it still a problem? Did you wait enough (emacs ui is frozen during downloading due to single thread nature)? It works fine for me.
Also perhaps it should be removed from melpa? https://github.com/melpa/melpa/blob/master/recipes/lsp-scala
> hardlinking permissions, afaik proot currently emulates hardlinks/softlinks. I tried to enable `auto-optimise-store = true` - it completely broke my nix daemon (rollback worked). Also just wanted to say that...
> does anyone know if there are any downsides to @TheArcaneBrony's approach? seems pretty good to me, all things considered :) Looks like with this approach nix can't use ssh...
Well, it can use them if nom is launched as root, but not as plain user. Found this relevant nh issue: https://github.com/viperML/nh/issues/70 (the command I'm running is `nom build --keep-going...
> it's an issue of trusted vs non-trusted substituters I use `trusted-public-keys` for my substituters. > have you tried declaring them directly in your nix config using the nix.buildMachines I...