Compare commits

..

No commits in common. "01f1fc9a451b924dbdaa6657dcbbb9c52de76fb6" and "2b8c376fcb8d56069a82965df16209724c298b2e" have entirely different histories.

View file

@ -31,8 +31,19 @@
gateway = maven.buildMavenPackage rec {
pname = "learningpulse-gateway";
version = "1.2.1";
#
# hello i wrote something here to test pulling
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;
};
};
};