overrides: remove pnpmDeps from vencord override
This commit is contained in:
parent
02b31a0f66
commit
f580a0c0b4
1 changed files with 5 additions and 5 deletions
|
@ -52,11 +52,11 @@ in
|
||||||
VENCORD_REMOTE = "Vendicated/Vencord";
|
VENCORD_REMOTE = "Vendicated/Vencord";
|
||||||
VENCORD_HASH = builtins.substring 0 9 inputs.vencord.rev;
|
VENCORD_HASH = builtins.substring 0 9 inputs.vencord.rev;
|
||||||
};
|
};
|
||||||
pnpmDeps = final.pnpm.fetchDeps {
|
#pnpmDeps = latest.pnpm.fetchDeps {
|
||||||
inherit (old) pname;
|
# inherit (old) pname;
|
||||||
inherit src;
|
# inherit version src;
|
||||||
hash = "sha256-ZUwtNtOmxjhOBpYB7vuytunGBRSuVxdlQsceRmeyhhI=";
|
# hash = "";
|
||||||
};
|
#};
|
||||||
});
|
});
|
||||||
|
|
||||||
schildichat-desktop = old-stable.schildichat-desktop.override { electron = final.electron; };
|
schildichat-desktop = old-stable.schildichat-desktop.override { electron = final.electron; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue