cross-seed: fix updateScript

This commit is contained in:
figsoda
2026-04-27 15:14:46 -04:00
parent 65ae54f6b8
commit 0d905309dd
+1 -1
View File
@@ -20,7 +20,7 @@ buildNpmPackage rec {
npmDepsHash = "sha256-tR7zPoIX6yjlRx8QbRSxskvueQ1BsP3gGAlonKHH0RY=";
passthru = {
updateScript = nix-update-script;
updateScript = nix-update-script { };
tests.cross-seed = nixosTests.cross-seed;
};