Nixpkgs/Create and debug packages: Difference between revisions
imported>Bencoman more analysis of genericBuild() and running it directly; corrected $NIXREPOS to $NIXPKGS |
imported>Bencoman |
||
Line 152: | Line 152: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
$ mkdir -p ~/tmpdev/bc-build && cd ~/ | $ mkdir -p ~/tmpdev/bc-build && cd ~/tmpdev/bc-build | ||
$ nix-shell $NIXPKGS -A bc | $ nix-shell $NIXPKGS -A bc | ||
</syntaxhighlight> | </syntaxhighlight> |