nix-pills icon indicating copy to clipboard operation
nix-pills copied to clipboard

Results 65 nix-pills issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/NixOS/nix-pills/assets/92899389/e17f9d16-0ff4-42a1-aece-eb628abce7c8) Not sure if it's occurring on desktop too.

**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.

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.