e11sync-static-manifest: trying to get rid of dependencies
This commit is contained in:
parent
45f5f6fcee
commit
2acf5a5bf6
|
@ -74,6 +74,7 @@
|
|||
packages = {
|
||||
inherit geoip-mmdb;
|
||||
inherit e11sync-static;
|
||||
inherit e11sync-static-manifest;
|
||||
inherit e11sync-frontend;
|
||||
inherit e11sync-backend;
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
e11sync-static,
|
||||
}:
|
||||
runCommand "e11sync-static-manifest" {
|
||||
src = e11sync-static;
|
||||
nativeBuildInputs = [e11sync-static];
|
||||
} ''
|
||||
mkdir -p $out/CACHE
|
||||
cp ${e11sync-static}/CACHE/manifest.json $out/CACHE/
|
||||
|
|
Loading…
Reference in New Issue