lol

Merge pull request #220246 from kirillrdy/plausible

authored by

Sandro and committed by
GitHub
17bbb993 0754f149

+5 -1
+4
pkgs/servers/web-apps/plausible/default.nix
··· 49 49 50 50 nativeBuildInputs = [ nodejs ]; 51 51 52 + # https://github.com/whitfin/cachex/issues/205 53 + stripDebug = false; 54 + 52 55 passthru = { 53 56 tests = { inherit (nixosTests) plausible; }; 54 57 updateScript = ./update.sh; 55 58 }; 56 59 57 60 postBuild = '' 61 + export HOME=$TMPDIR 58 62 export NODE_OPTIONS=--openssl-legacy-provider # required for webpack compatibility with OpenSSL 3 (https://github.com/webpack/webpack/issues/14532) 59 63 ln -sf ${yarnDeps}/node_modules assets/node_modules 60 64 npm run deploy --prefix ./assets
+1 -1
pkgs/top-level/all-packages.nix
··· 3581 3581 3582 3582 play-with-mpv = callPackage ../tools/video/play-with-mpv { }; 3583 3583 3584 - plausible = callPackage ../servers/web-apps/plausible { }; 3584 + plausible = callPackage ../servers/web-apps/plausible { nodejs = nodejs-16_x; }; 3585 3585 3586 3586 pam-reattach = callPackage ../os-specific/darwin/pam-reattach { }; 3587 3587