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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 368a972a38f4
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a2ce0f455da
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 1, 2021

  1. Copy the full SHA
    e069ddf View commit details
  2. Merge pull request #4412 from acx0/fix-intro-doc

    Fix `configure` error in introduction doc
    edolstra authored Jan 1, 2021
    Copy the full SHA
    8a2ce0f View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 doc/manual/src/introduction.md
6 changes: 3 additions & 3 deletions doc/manual/src/introduction.md
Original file line number Diff line number Diff line change
@@ -165,10 +165,10 @@ You’re then dropped into a shell where you can edit, build and test
the package:

```console
[nix-shell]$ tar xf $src
[nix-shell]$ unpackPhase
[nix-shell]$ cd pan-*
[nix-shell]$ ./configure
[nix-shell]$ make
[nix-shell]$ configurePhase
[nix-shell]$ buildPhase
[nix-shell]$ ./pan/gui/pan
```