nix-pills
nix-pills copied to clipboard
As discussed in #13, we should fix the paths in the pills to make them more generic. Right now, it says `/home/nix` in a lot of places, which should probably...
I just opened the site a few weeks ago and everything looked fine but today on mobile I’m getting this look:  Not sure if it's occurring on desktop too.
Small addition of nixpkgs with a link.
**Introduce your stance** In [Nix Pills Chapter 8 - Generic Builders](https://nixos.org/guides/nix-pills/generic-builders) there is an error inside the example code. **Describe the issue** `builder.sh` is shown to be: ```nix set -e...
I'm coming from #87. Reading through Nix Pills, [I can still find numerous references to `baseInputs`](https://www.google.com/search?q=inurl%3Anixos.org%20%22baseInputs%22) that caused great confusion on my end as a newcomer when transitioning to `mkDerivation`,...
Commands and command outputs have changed slightly.
Discussed in the Nix Documentation Team meeting.
Excerpts like this don't really work: > “Start looking at the output of the install command: > > copying Nix to /nix/store..........................” Because the output of the installer doesn't contain...
Pill 15 contains: ``` You may wonder: then I can also specify a different nixpkgs path to, e.g., a git checkout of nixpkgs? Yes, you can and I encourage doing...
Currently, the links in Nix Pills installation are broken due to some path changes. This PR updates the respective links by removing the `stable` from the URL.