nix-book
nix-book copied to clipboard
The Nix Package Manager
Results
12
nix-book issues
Sort by
recently updated
recently updated
newest added
This: https://github.com/divnix/nix-book/blob/f6448f447d5584854803ac7829e3dd1c00686a32/src/ch04-00-derivations.md?plain=1#L15-L16 isn't actually true. `pkgs.fetchurl {...}` refers to `pkgs.curl`, for example.
Somewhere in https://book.divnix.com/ch05-01-language-basics.html `inherit foo;` and `inherit (foo) bar baz;` should probably be explained, as well as the fact that they can be used in both `let`s and attrsets.