We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349b7f8 commit a137aa3Copy full SHA for a137aa3
pkgs/servers/homepage-dashboard/default.nix
@@ -78,9 +78,7 @@ buildNpmPackage rec {
78
# This patch ensures that the cache implementation respects the env
79
# variable `HOMEPAGE_CACHE_DIR`, which is set by default in the
80
# wrapper below.
81
- pushd $out
82
- patch -p1 <${./prerender_cache_path.patch}
83
- popd
+ (cd "$out" && patch -p1 <${./prerender_cache_path.patch})
84
85
makeWrapper $out/share/homepage/server.js $out/bin/homepage \
86
--set-default PORT 3000 \
0 commit comments