Nixpkgs/Create and debug packages: Difference between revisions
imported>Roosemberth Use expresion in `nix-shell` to enter in an external package build environment. |
imported>Wolfereign m git checkout for upstream will fail unless a git fetch has been run against the new remote. |
||
Line 75: | Line 75: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ git fetch upstream | |||
$ git checkout -b upstream-master upstream/master | $ git checkout -b upstream-master upstream/master | ||
$ git pull | $ git pull |