Nixpkgs/Create and debug packages: Difference between revisions

imported>Andersk
m Fix a broken GitHub link
imported>Qknight
nixos is no longer used
Line 47: Line 47:
'''example: update the system''' based on your local '''$NIXPKGS'''
'''example: update the system''' based on your local '''$NIXPKGS'''
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ nixos-rebuild -I nixos=$NIXPKGS/nixos -I nixpkgs=$NIXPKGS switch
$ nixos-rebuild -I nixpkgs=$NIXPKGS switch
</syntaxhighlight>
</syntaxhighlight>