Skip to content

Instantly share code, notes, and snippets.

View hermann-p's full-sized avatar

hermann-p

View GitHub Profile
@tadfisher
tadfisher / build.nix
Last active May 16, 2024 14:26
Simplified Nix integration with Gradle
{ lib
, stdenv
, jdk
, gradle
, mavenRepo
}:
stdenv.mkDerivation {
pname = "built-with-gradle";
version = "0.0";