mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-28 01:17:12 +08:00
initial commit
This commit is contained in:
parent
0311f3a7e5
commit
7761303cd4
9 changed files with 111 additions and 0 deletions
11
source/recipes/python-nixpkg/main.adoc
Normal file
11
source/recipes/python-nixpkg/main.adoc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
= Access to a Python library package in the nixpkgs repo (without using a Python builder)
|
||||
|
||||
Occasionally you might want to run a short Python program that depends on a Python library,
|
||||
but you don't want to bother configuring a builder.
|
||||
|
||||
Example: Access the `html_sanitizer` package from the `python3nnPackages` set in the nixpkgs repo.
|
||||
|
||||
// TODO include::shell/main-generated.adoc[leveloffset=+1]
|
||||
|
||||
include::shebang/main-generated.adoc[leveloffset=+1]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue