Nixpkgs/Create and debug packages: Difference between revisions

imported>Tobias.bora
No edit summary
imported>Rapenne-s
Remove an example of nix-env as a way to install packages
Line 77: Line 77:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ nix-env -f $NIXPKGS -qaP '*'
$ nix-env -f $NIXPKGS -qaP '*'
</syntaxhighlight>
'''example: install software from local repository'''
<syntaxhighlight lang="console">
$ nix-env -f $NIXPKGS -iA python-urlgrabber
</syntaxhighlight>
</syntaxhighlight>