Nixpkgs/Create and debug packages: Difference between revisions

imported>Mic92
No edit summary
imported>Fadenb
Line 258: Line 258:


First make sure it is in your environment:
First make sure it is in your environment:
    nix-env -i nox
<syntaxhighlight lang="bash">
nix-env -i nox
</syntaxhighlight>


You can run nox against uncommited changes to a nixpkgs repository:
You can run nox against uncommited changes to a nixpkgs repository:
    cd ~/.nix-defexpr
<syntaxhighlight lang="bash">
    nox-review wip
cd ~/.nix-defexpr
nox-review wip
</syntaxhighlight>


If you have already commited your changes and created a pull request, you can use the pr command:
If you have already commited your changes and created a pull request, you can use the pr command:
    nox-review pr 5341
<syntaxhighlight lang="bash">
nox-review pr 5341
</syntaxhighlight>


== See also ==
== See also ==