mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-29 09:45:07 +08:00
13 lines
166 B
Text
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
|
|
....
|
|
|