Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 2.04 KB

README.md

File metadata and controls

8 lines (8 loc) · 2.04 KB

Nix templates

List of avaiable templates:

Name Description
scala basic template for Scala 3 project with sbt project builder
compose-desktop basic template of Kotlin project for desktop application written in jetpack-compose. Template include special script, that fixes problem with SKIA engin(invalid localization of external libraries) for NixOS
go basic template for Go project with build Go project to exetuable program for Nix. Link to buildGoModule source code
cmakeCpp basic template for C++ projects with using CMAKE as build tool