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 October 15, 2024 10:00
Simplified Nix integration with Gradle
{ lib
, stdenv
, jdk
, gradle
, mavenRepo
}:
stdenv.mkDerivation {
pname = "built-with-gradle";
version = "0.0";