Merge pull request #239 from arnarg/add-nix-gleam

Add nix-gleam
This commit is contained in:
Cynthia Fox 2024-07-22 07:27:26 -04:00 committed by GitHub
commit 179c07d535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
* [Clojure](#clojure)
* [Crystal](#crystal)
* [Elm](#elm)
* [Gleam](#gleam)
* [Haskell](#haskell)
* [Haxe](#haxe)
* [Node.js](#nodejs)
@ -185,6 +186,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.