mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-01 19:14:57 +08:00
13 lines
266 B
Text
13 lines
266 B
Text
= Access to a Haskell package on your local computer
|
|
|
|
Ex: Access three Haskell packages
|
|
(`pandoc-linear-table`, `pandoc-logic-proof`, and `pandoc-columns`)
|
|
that are on my hard drive.
|
|
|
|
[source,nix,linenums]
|
|
.flake.nix
|
|
....
|
|
include::flake.nix[]
|
|
....
|
|
|
|
// TODO Add demo
|