nix-book/source/shebangs/python-with-nix-pkg/main.adoc0
2023-07-26 18:59:32 +01:00

13 lines
166 B
Text

= A Python script depending on a package in the nixpkgs repo.
[source,bash,linenums]
.Script
....
include::my-script.sh[]
....
.Output
....
$# ./my-script.sh
....