gotify-server: use fetchYarnDeps

This commit is contained in:
Robert Schütz
2023-09-06 09:31:12 +02:00
committed by Yureka
parent 994fab066e
commit 94bce8f014
2 changed files with 6 additions and 13302 deletions
+6 -1
View File
@@ -1,12 +1,17 @@
{ yarn2nix-moretea
, fetchFromGitHub, applyPatches
, fetchYarnDeps
}:
yarn2nix-moretea.mkYarnPackage rec {
pname = "gotify-ui";
packageJSON = ./package.json;
yarnNix = ./yarndeps.nix;
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-ejHzo6NHCMlNiYePWvfMY9Blb58pj3UQ5PFI0V84flI=";
};
version = import ./version.nix;
File diff suppressed because it is too large Load Diff