update #6

Closed
trev wants to merge 4 commits from update into main
5 changed files with 533 additions and 460 deletions
Showing only changes of commit ee99574cfa - Show all commits

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-MO/TOPpIwIqX9fvakW0r0q2TFgOfsPKPeKZKZcnb65M="; npmDepsHash = "sha256-/S8vN6V4vtxvy7v+vf9tp3aUoMxqdxAC4XRoe7UHXyc=";
dontNpmInstall = true; dontNpmInstall = true;
buildPhase = '' buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage { client = pkgs.buildNpmPackage {
inherit pname version; inherit pname version;
src = ./client; src = ./client;
npmDepsHash = "sha256-MO/TOPpIwIqX9fvakW0r0q2TFgOfsPKPeKZKZcnb65M="; npmDepsHash = "sha256-/S8vN6V4vtxvy7v+vf9tp3aUoMxqdxAC4XRoe7UHXyc=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"