Compare commits
2 commits
2b8c376fcb
...
01f1fc9a45
Author | SHA1 | Date | |
---|---|---|---|
2005 | 01f1fc9a45 | ||
2005 | 3eafac89fc |
15
flake.nix
15
flake.nix
|
@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue