1
Fork 0

e11sync-static-manifest: trying to get rid of dependencies

This commit is contained in:
Motiejus Jakštys 2024-01-17 08:48:40 +02:00
parent 45f5f6fcee
commit 2acf5a5bf6
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@
packages = { packages = {
inherit geoip-mmdb; inherit geoip-mmdb;
inherit e11sync-static; inherit e11sync-static;
inherit e11sync-static-manifest;
inherit e11sync-frontend; inherit e11sync-frontend;
inherit e11sync-backend; inherit e11sync-backend;
}; };

View File

@ -3,7 +3,7 @@
e11sync-static, e11sync-static,
}: }:
runCommand "e11sync-static-manifest" { runCommand "e11sync-static-manifest" {
src = e11sync-static; nativeBuildInputs = [e11sync-static];
} '' } ''
mkdir -p $out/CACHE mkdir -p $out/CACHE
cp ${e11sync-static}/CACHE/manifest.json $out/CACHE/ cp ${e11sync-static}/CACHE/manifest.json $out/CACHE/