Nixpkgs/Create and debug packages: Difference between revisions
imported>Mic92 No edit summary |
imported>Fadenb m →Testing Package Updates with Nox: syntaxhighlight |
||
Line 258: | Line 258: | ||
First make sure it is in your environment: | First make sure it is in your environment: | ||
<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: | ||
<syntaxhighlight lang="bash"> | |||
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: | ||
<syntaxhighlight lang="bash"> | |||
nox-review pr 5341 | |||
</syntaxhighlight> | |||
== See also == | == See also == |