Commit fbb4b240 authored by OPNA2608's avatar OPNA2608
Browse files

misskey: Switch from nix-update-script to gitUpdater

nix-update can't handle the pnpm lockfile needing patching.
parent 37d800d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  lib,
  nixosTests,
  fetchFromGitHub,
  gitUpdater,
  nodejs,
  pnpm_9,
  makeWrapper,
@@ -12,7 +13,6 @@
  ffmpeg-headless,
  writeShellScript,
  xcbuild,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -123,7 +123,7 @@ stdenv.mkDerivation (finalAttrs: {
  passthru = {
    inherit (finalAttrs) pnpmDeps;
    tests.misskey = nixosTests.misskey;
    updateScript = nix-update-script { };
    updateScript = gitUpdater { };
  };

  meta = {