nix-book/source/shebangs/bash-with-nix-pkg/main.adoc0
Amy de Buitléir 48ab38febf initial commit
2023-06-13 21:13:43 +01:00

12 lines
163 B
Text

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