Skip to content

Commit

Permalink
Merge pull request #192416 from yu-re-ka/gotify-ui
Browse files Browse the repository at this point in the history
gotify-server.ui: fix build
  • Loading branch information
superherointj committed Sep 22, 2022
2 parents 7198c8e + 224eef4 commit 5c1f7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/gotify/ui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ yarn2nix-moretea.mkYarnPackage rec {
buildPhase = ''
export HOME=$(mktemp -d)
export WRITABLE_NODE_MODULES="$(pwd)/tmp"
export NODE_OPTIONS=--openssl-legacy-provider
mkdir -p "$WRITABLE_NODE_MODULES"
# react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back
Expand Down

0 comments on commit 5c1f7fb

Please sign in to comment.