Description
Servant Nix content-type.
Description
Servant Nix bindings.
Provides MineRender
and MimeUnrender
instances. So you can accept and return Nix expressions, with the help of the hnix library.
README.md
servant-nix
Use Nix expressions as request or response bodies in servant applications
Example
Run the example:
cabal new-test
It performs a simple roundtrip test for a fixed Nix expression which is a list of numbers. See the code in example/Main.hs
.