Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix-pills
base: 3b4f4edbbfb1
Choose a base ref
...
head repository: NixOS/nix-pills
compare: e9f5967d505f
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 12, 2018

  1. pill 20: fix a few typos

    + add a few missing words
    + pick the lowercase spelling for `stdenv` and use it consistenly
    + reword a sentence that I had a hard time understanding
    + fix the path of the second nix expression to be included
    dudebout committed Apr 12, 2018
    Copy the full SHA
    5a07abc View commit details
    Browse the repository at this point in the history
  2. pill 20: make it buildable

    + refer to the old nixpkgs commit in a note but use the current nixpkgs for the
      actual examples
    + add which to the PATH
    + add `unpackPhase = "true";` to satisfy stdenv requirements
    + explain how _PATH and PATH are related
    dudebout committed Apr 12, 2018
    Copy the full SHA
    b706fc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Merge pull request #67 from dudebout/pill-20-buildable

    Make pill 20 buildable
    Mic92 committed Apr 27, 2018
    Copy the full SHA
    e9f5967 View commit details
    Browse the repository at this point in the history