avakhrenev / aynin

All you need is nix, nix. Nix is all you need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

It is scala-native helloworld project, which doesn't require any setup besides having nix, all required dependencies are provided by it. Moreover, it demonstrates how to package scala-native program to nix, so it could be used elsewhere.

nix-build
./result/bin/random-sum

To build docker image (currently works only on linux):

nix-build docker.nix -A layered

To hack on the scala project itself, use nix-shell:

nix-shell --command sbt

About

All you need is nix, nix. Nix is all you need.

License:MIT License


Languages

Language:Nix 91.0%Language:Scala 9.0%