nix-pills
nix-pills copied to clipboard
In Pill Nr.10 it says: > You may get an error in the installation phase, because the user may not have the permission to write to /nix/store > It didn't...
Instead nix-store --read-log can be used to see the environment variables. This commit fixes #106.
In pill 7.2, the terminal output of `nix-repl> :b d` no longer includes the build logs, which makes the exercise in 7.2 very difficult to understand. As tomberek on the...
Version: 2.3.10 Specifically, it appears that this line is the cause of issues using nix-shell: https://github.com/NixOS/nix-pills/blob/c4ba2bf21b8cf10fa4320af4f8d86640e030028c/pills/10/setup-sh.txt#L1
In the Nix Pills, the `nixpkgs` github repository code is linked multiple times for pedagogic reasons. For example when introducing the concept of a fixed point in paragraph 17.3. The...
See title. `setup.sh` -> `builder.sh`. Thanks for this amazing series!
The output from the current version of `:b` in the nix repl shows less information, so when the first derivation is built, the environment isn't printed to the screen. As...
I'm not sure if this is correct but the the line: > 1. First drop in the scope the **magic** pkgs attribute set. is confusing to me. Is it supposed...
Found Some typos in pill 7.