mirror of
https://github.com/mikeroyal/NixOS-Guide.git
synced 2024-11-21 23:33:10 +01:00
Merge pull request #10 from mikeroyal/mikeroyal-patch-1
Added section on Clojure to supported languages.
This commit is contained in:
commit
6c67d8d304
12
README.md
12
README.md
@ -31,6 +31,7 @@
|
|||||||
- [Go](https://github.com/mikeroyal/NixOS-Guide#Go)
|
- [Go](https://github.com/mikeroyal/NixOS-Guide#Go)
|
||||||
- [Rust](https://github.com/mikeroyal/NixOS-Guide#rust)
|
- [Rust](https://github.com/mikeroyal/NixOS-Guide#rust)
|
||||||
- [Scala](https://github.com/mikeroyal/NixOS-Guide#scala)
|
- [Scala](https://github.com/mikeroyal/NixOS-Guide#scala)
|
||||||
|
- [Clojure](https://github.com/mikeroyal/NixOS-Guide#Clojure)
|
||||||
- [Haskell](https://github.com/mikeroyal/NixOS-Guide#haskell)
|
- [Haskell](https://github.com/mikeroyal/NixOS-Guide#haskell)
|
||||||
- [Node.js](https://github.com/mikeroyal/NixOS-Guide#nodejs)
|
- [Node.js](https://github.com/mikeroyal/NixOS-Guide#nodejs)
|
||||||
- [PHP](https://github.com/mikeroyal/NixOS-Guide#php)
|
- [PHP](https://github.com/mikeroyal/NixOS-Guide#php)
|
||||||
@ -400,6 +401,17 @@
|
|||||||
|
|
||||||
- [Sbt-nix.g8](https://github.com/gvolpe/sbt-nix.g8) is a [giter8](https://github.com/foundweekends/giter8) template for new Scala projects with Nix support.
|
- [Sbt-nix.g8](https://github.com/gvolpe/sbt-nix.g8) is a [giter8](https://github.com/foundweekends/giter8) template for new Scala projects with Nix support.
|
||||||
|
|
||||||
|
### Clojure
|
||||||
|
[Back to the Top](#table-of-contents)
|
||||||
|
|
||||||
|
- [Clojure Packages for NixOS](https://search.nixos.org/packages?channel=22.05&from=0&size=50&sort=relevance&type=packages&query=clojure)
|
||||||
|
|
||||||
|
- [Clj-nix](https://github.com/jlesquembre/clj-nix) is Nix helpers for Clojure projects.
|
||||||
|
|
||||||
|
- [Clj2nix](https://github.com/hlolli/clj2nix) is a tool that converts deps.edn to a nix expression.
|
||||||
|
|
||||||
|
- [Clojure-nix-locker](https://github.com/bevuta/clojure-nix-locker) is a simple and flexible tool to build clojure projects with Nix.
|
||||||
|
|
||||||
### Haskell
|
### Haskell
|
||||||
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)
|
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user