Add nix-gleam

This commit is contained in:
Arnar Gauti Ingason 2024-07-16 17:36:03 +02:00
parent 0a72c4c888
commit 2e0c59a126

View file

@ -23,6 +23,7 @@
* [Clojure](#clojure)
* [Crystal](#crystal)
* [Elm](#elm)
* [Gleam](#gleam)
* [Haskell](#haskell)
* [Haxe](#haxe)
* [Node.js](#nodejs)
@ -184,6 +185,10 @@
* [elm2nix](https://github.com/cachix/elm2nix) - Convert `elm.json` into Nix expressions.
### Gleam
* [nix-gleam](https://github.com/arnarg/nix-gleam) - Generic nix builder for gleam applications.
### Haskell
* [cabal2nix](https://github.com/NixOS/cabal2nix) - Converts a Cabal file into a Nix build expression.