Nixpkgs/Create and debug packages: Difference between revisions
imported>Wolfereign m git checkout for upstream will fail unless a git fetch has been run against the new remote. |
imported>Ar1a m update nix-env -i to -iA |
||
Line 42: | Line 42: | ||
'''example: install software from local repository''' | '''example: install software from local repository''' | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ nix-env -f $NIXPKGS - | $ nix-env -f $NIXPKGS -iA python-urlgrabber | ||
</syntaxhighlight> | </syntaxhighlight> | ||