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_HASH = builtins.substring 0 9 inputs.vencord.rev;
|
||||
};
|
||||
pnpmDeps = final.pnpm.fetchDeps {
|
||||
inherit (old) pname;
|
||||
inherit src;
|
||||
hash = "sha256-ZUwtNtOmxjhOBpYB7vuytunGBRSuVxdlQsceRmeyhhI=";
|
||||
};
|
||||
#pnpmDeps = latest.pnpm.fetchDeps {
|
||||
# inherit (old) pname;
|
||||
# inherit version src;
|
||||
# hash = "";
|
||||
#};
|
||||
});
|
||||
|
||||
schildichat-desktop = old-stable.schildichat-desktop.override { electron = final.electron; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue