mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-28 01:05:02 +08:00
12 lines
163 B
Text
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
|
|
....
|