An open API service indexing awesome lists of open source software.

https://github.com/nymphium/flake-templates

Templates for Nix flake
https://github.com/nymphium/flake-templates

nix-flake ocaml templates

Last synced: 7 months ago
JSON representation

Templates for Nix flake

Awesome Lists containing this project

README

          

Nix flake templates
===

# [OCaml project](/templates/ocaml)
It provides dune, utop, ocaml-lsp and ocamlformat.
The template and its Nix integration with OCaml is based on [opam-nix](https://github.com/tweag/opam-nix).

```sh
$ nix flake init -t github:Nymphium/flake-templates#ocaml
```

# LaTeX project
It demonstrates Nix with LaTex, texlive and some fonts.

```sh
$ nix flake init -t github:Nymphium/flake-templates#latex
```