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
- Host: GitHub
- URL: https://github.com/nymphium/flake-templates
- Owner: Nymphium
- License: mit
- Created: 2023-04-08T17:20:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T18:12:38.000Z (8 months ago)
- Last Synced: 2025-06-05T22:09:20.198Z (7 months ago)
- Topics: nix-flake, ocaml, templates
- Language: Nix
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```