added recipes

This commit is contained in:
Amy de Buitléir 2023-11-18 14:21:55 +00:00
parent 6662273ae7
commit 5176c69d24
3 changed files with 128 additions and 7 deletions

View file

@ -6,9 +6,11 @@ standalone scripts because you dont need to create a repo and write a
separate `flake.nix`.
The script should start with two "`shebang`" (`#!`) commands. The first
should invoke `nix-shell`. The second should declares the scrpt
should invoke `nix-shell`. The second should declares the script
interpreter and any dependencies. Here are some examples.
include::bash-with-nix-pkg/main-generated.adoc[leveloffset=+1]
include::haskell-with-nix-pkg/main-generated.adoc[leveloffset=+1]
include::python-with-nix-pkg/main-generated.adoc[leveloffset=+1]

View file

@ -16,4 +16,6 @@ include::shell-haskell-local/main-generated.adoc[leveloffset=+1]
include::shell-haskell-local-deps/main-generated.adoc[leveloffset=+1]
include::shell-haskell-no-cabal/main-generated.adoc[leveloffset=+1]
include::shell-with-env-var/main-generated.adoc[leveloffset=+1]