This commit is contained in:
2005 2024-05-22 20:27:54 +02:00
parent 2b8c376fcb
commit 3eafac89fc

View file

@ -31,19 +31,7 @@
gateway = maven.buildMavenPackage rec {
pname = "learningpulse-gateway";
version = "1.2.1";
src = ./gateway;
mvnHash = "sha256-kLpjMj05uC94/5vGMwMlFzLKNFOKeyNvq/vmB6pHTAo=";
nativeBuildInputs = [ makeWrapper ];
meta = with lib; {
description = "The api gateway for learningpulse";
homepage = "https://git.4o1x5.dev/learningpulse/server";
license = licenses.gpl3Plus;
};
# todo
};
};