mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-28 17:37:13 +08:00
10 lines
210 B
Text
10 lines
210 B
Text
= Shell with access to a Haskell package on your local computer
|
|
|
|
This shell provides access to three Haskell packages that are on my hard
|
|
drive.
|
|
|
|
[source,nix,linenums]
|
|
.shell.nix
|
|
....
|
|
include::shell.nix[]
|
|
....
|