Kasane Teto@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 个月前Nix or Gentoolemmy.dbzer0.comimagemessage-square65fedilinkarrow-up1464arrow-down117
arrow-up1447arrow-down1imageNix or Gentoolemmy.dbzer0.comKasane Teto@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 个月前message-square65fedilink
minus-squareJohanno@feddit.orglinkfedilinkarrow-up21·1 个月前Development seems to be a bit of bite in the ass. Intellij does have a package but for some reason plugins use often some random binaries and those do not work well with nixos. Also getting always the right dependencies for the current project was for me difficult to learn.
minus-squarekautau@lemmy.worldlinkfedilinkarrow-up10·1 个月前For my dev environment I’ve had great success combining home-manager and their integration with https://mise.jdx.dev/ Sure, it doesn’t quite fit the nix philosophy perfectly, but everything is still in my home.nix file and my home directory, and and I can swap tool versions on the fly and direct IntelliJ to their locations pretty easily
Development seems to be a bit of bite in the ass.
Intellij does have a package but for some reason plugins use often some random binaries and those do not work well with nixos.
Also getting always the right dependencies for the current project was for me difficult to learn.
For my dev environment I’ve had great success combining home-manager and their integration with
https://mise.jdx.dev/
Sure, it doesn’t quite fit the nix philosophy perfectly, but everything is still in my home.nix file and my home directory, and and I can swap tool versions on the fly and direct IntelliJ to their locations pretty easily
Embrace the
--impure