mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
scala: add sbt-derivation (#104)
This commit is contained in:
parent
ae92b547fb
commit
1d773dceb4
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue