gotify-server: use fetchYarnDeps
This commit is contained in:
parent
994fab066e
commit
94bce8f014
2 changed files with 6 additions and 13302 deletions
|
@ -1,12 +1,17 @@
|
||||||
{ yarn2nix-moretea
|
{ yarn2nix-moretea
|
||||||
, fetchFromGitHub, applyPatches
|
, fetchFromGitHub, applyPatches
|
||||||
|
, fetchYarnDeps
|
||||||
}:
|
}:
|
||||||
|
|
||||||
yarn2nix-moretea.mkYarnPackage rec {
|
yarn2nix-moretea.mkYarnPackage rec {
|
||||||
pname = "gotify-ui";
|
pname = "gotify-ui";
|
||||||
|
|
||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnNix = ./yarndeps.nix;
|
|
||||||
|
offlineCache = fetchYarnDeps {
|
||||||
|
yarnLock = "${src}/yarn.lock";
|
||||||
|
hash = "sha256-ejHzo6NHCMlNiYePWvfMY9Blb58pj3UQ5PFI0V84flI=";
|
||||||
|
};
|
||||||
|
|
||||||
version = import ./version.nix;
|
version = import ./version.nix;
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue