stuff
This commit is contained in:
parent
2b8c376fcb
commit
3eafac89fc
14
flake.nix
14
flake.nix
|
@ -31,19 +31,7 @@
|
||||||
gateway = maven.buildMavenPackage rec {
|
gateway = maven.buildMavenPackage rec {
|
||||||
pname = "learningpulse-gateway";
|
pname = "learningpulse-gateway";
|
||||||
version = "1.2.1";
|
version = "1.2.1";
|
||||||
|
# todo
|
||||||
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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue