Skip to content

Commit

Permalink
decky-loader: pin pnpm_9
Browse files Browse the repository at this point in the history
pnpm_10 is now in master and breaks the FODs, AGAIN.
  • Loading branch information
K900 committed Jan 16, 2025
1 parent 7cfe5da commit 6bbb196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, fetchFromGitHub
, nodejs
, pnpm
, pnpm_9
, python3
, coreutils
, psmisc
Expand All @@ -17,7 +17,7 @@ python3.pkgs.buildPythonPackage rec {
hash = "sha256-PViSR4q3ZLo0pnrbqzWSOHgYy2QlkKKLWtQcflBIkdU=";
};

pnpmDeps = pnpm.fetchDeps {
pnpmDeps = pnpm_9.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-26p0RoMfuZRVgTnYWdWK2qJwEJXeGWsBkVhp5TQyfGw=";
Expand All @@ -29,7 +29,7 @@ python3.pkgs.buildPythonPackage rec {

nativeBuildInputs = [
nodejs
pnpm.configHook
pnpm_9.configHook
];

preBuild = ''
Expand Down

0 comments on commit 6bbb196

Please sign in to comment.