Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1plugins { 2 id('application') 3} 4 5application { 6 mainClass = 'Main' 7}