mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-08 06:47:22 +08:00
initial commit
This commit is contained in:
parent
48ab38febf
commit
488af7abac
1 changed files with 12 additions and 0 deletions
12
source/shebangs/python-with-nix-pkg/main.adoc0
Normal file
12
source/shebangs/python-with-nix-pkg/main.adoc0
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
= A Bash script depending on a package in the nixpkgs repo.
|
||||
|
||||
[source,bash,linenums]
|
||||
.Script
|
||||
....
|
||||
include::my-script.sh[]
|
||||
....
|
||||
|
||||
.Output
|
||||
....
|
||||
$# ./my-script.sh
|
||||
....
|
||||
Loading…
Add table
Add a link
Reference in a new issue