Loading pkgs/by-name/ma/mattermost/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildGoModule, fetchFromGitHub, buildNpmPackage, nodejs_22, nix-update-script, npm-lockfile-fix, fetchNpmDeps, Loading Loading @@ -220,6 +221,9 @@ buildMattermost rec { --replace-fail 'options: {}' 'options: { disable: true }' ''; # https://github.com/NixOS/nixpkgs/issues/474535 nodejs = nodejs_22; npmDepsHash = npmDeps.hash; makeCacheWritable = true; forceGitDeps = true; Loading Loading
pkgs/by-name/ma/mattermost/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildGoModule, fetchFromGitHub, buildNpmPackage, nodejs_22, nix-update-script, npm-lockfile-fix, fetchNpmDeps, Loading Loading @@ -220,6 +221,9 @@ buildMattermost rec { --replace-fail 'options: {}' 'options: { disable: true }' ''; # https://github.com/NixOS/nixpkgs/issues/474535 nodejs = nodejs_22; npmDepsHash = npmDeps.hash; makeCacheWritable = true; forceGitDeps = true; Loading