Nixpkgs/Create and debug packages: Difference between revisions
imported>Tobias.bora Add explanation when the builder is not the default one. |
imported>Dudebout m nix-shell already sources $stdenv/setup. Doing it a second time actually can lead to conflicts and problems. |
||
Line 185: | Line 185: | ||
$ export out=~/tmpdev/bc-build/out | $ export out=~/tmpdev/bc-build/out | ||
$ set -x # Optional: it prints all commands, can be practical to debug | $ set -x # Optional: it prints all commands, can be practical to debug | ||
$ genericBuild | $ genericBuild | ||
</syntaxhighlight> | </syntaxhighlight> |