imported>Raboof
some notes on how I use nix
 
imported>Raboof
links to graalvm work in progress
Line 92: Line 92:


If you also want to use a more complicated shell.nix setup, such as for android (https://discourse.nixos.org/t/building-an-android-app/5043), I'm not sure how to achieve this. I cheated and just created a /lib64/ld-linux-x86-64.so.2...
If you also want to use a more complicated shell.nix setup, such as for android (https://discourse.nixos.org/t/building-an-android-app/5043), I'm not sure how to achieve this. I cheated and just created a /lib64/ld-linux-x86-64.so.2...
=== running nixos-unstable ===
I've been running nixos-unstable from the beginning, and this has been a great experience. Being able to roll back and forth in case of trouble has worked out fine, and allowed me to test with newer versions/patches without interfering with regular work.
Overall upgrading is fast because binaries can be loaded from hydra, with the exception of graalvm. If I understand correctly there is good progress on this underway in https://github.com/NixOS/nixpkgs/pull/86244, but that depends on https://github.com/NixOS/nixpkgs/pull/85902