Compare commits

...

2 commits

Author SHA1 Message Date
2005 01f1fc9a45 ouch 2024-05-22 20:32:09 +02:00
2005 3eafac89fc stuff 2024-05-22 20:27:54 +02:00

View file

@ -31,19 +31,8 @@
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;
};
#
# hello i wrote something here to test pulling
};
};