Hey,
I found using Nix package manager is very satisfying, because it’s easily reproducible on my different machines. Also i found asking a simple package, like zig
, with apt-get is not straight forward, but you can run nix-shell -p zig
and it’s there.
I install nixpkgs in Ubuntu simply by running
sh <(curl -L https://nixos.org/nix/install) --daemon
It works, but after restarting the studio I have to run it again, which is a pain! How can I at least keep the /nix
directory? It’s my minimum question, however, the request, that will satisfy me, would be, how can I have a NixOS studio? Thanks.