|
|
|
|
|
by chombier
428 days ago
|
|
What I found hard with Nix is the sheer amount of things I had to get familiar with before it started to really click: - nix, the command-line tool - nix, the language - nixpkgs with the general API/idioms (overriding, overlays) - individual nixpkgs packages that sometimes deviate from common practices - flakes (which I haven't properly looked into yet) The Nix pills series [1] and nixpkgs documentation [2] do help a lot, but that is quite a lot to process. [1] https://nixos.org/guides/nix-pills [2] https://nixos.org/manual/nixpkgs/stable/ |
|
I never ask it for code, just to review code - keeps me sharp and makes the iteration cycles faster.