docs: fix nix-shell commands

This commit is contained in:
milahu 2023-02-16 10:51:54 +01:00 committed by Valentin Gagarin
parent 601849b95a
commit 1ac10808ba

View file

@ -118,7 +118,8 @@ shell in which to build it:
```console
$ nix-shell '<nixpkgs>' -A pan
[nix-shell]$ eval ${unpackPhase:-unpackPhase}
[nix-shell]$ cd pan-*
[nix-shell]$ cd $sourceRoot
[nix-shell]$ eval ${patchPhase:-patchPhase}
[nix-shell]$ eval ${configurePhase:-configurePhase}
[nix-shell]$ eval ${buildPhase:-buildPhase}
[nix-shell]$ ./pan/gui/pan