diff --git a/source/recipes/nixpkgs-pkg/cli/main.adoc0 b/source/recipes/nixpkgs-pkg/cli/main.adoc0 new file mode 100644 index 0000000..9dd549f --- /dev/null +++ b/source/recipes/nixpkgs-pkg/cli/main.adoc0 @@ -0,0 +1,9 @@ += From the command line + +.... +$# echo '$ nix-shell -p "[hello cowsay]"' +$# nix-shell -p "[hello cowsay]" --run bash < {}); +let + customPython = python3.withPackages (ps: with ps; [ html_sanitizer ]); +in +mkShell { + buildInputs = [ + customPython + ]; +}