scala: add sbt-derivation (#104)

This commit is contained in:
Jakub Kozłowski 2021-11-18 18:19:33 +01:00 committed by GitHub
parent ae92b547fb
commit 1d773dceb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [NixOS Modules](#nixos-modules)
* [Overlays](#overlays)
* [Community](#community)
@ -159,6 +160,10 @@
* [rust-nix-templater](https://github.com/yusdacra/rust-nix-templater) - Generates Nix build and development files for Rust projects.
* [rust-overlay](https://github.com/oxalica/rust-overlay) - Pure and reproducible nix overlay of binary distributed Rust toolchains.
### Scala
* [sbt-derivation](https://github.com/zaninime/sbt-derivation) - mkDerivation for sbt, similar to buildGoModule.
## NixOS Modules
* [musnix](https://github.com/musnix/musnix) - Do real-time audio work in NixOS.