Skip to content

Commit

Permalink
build(deps): update pnpm to v9 and rename mainProgram to minipom
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Dec 2, 2024
1 parent 56a1e31 commit 38d7247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
webkitgtk_4_1,
alsa-lib,
zlib,
pnpm,
pnpm_9,
}:

rustPlatform.buildRustPackage rec {
Expand All @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
lockFile = ./src-tauri/Cargo.lock;
};

pnpmDeps = pnpm.fetchDeps {
pnpmDeps = pnpm_9.fetchDeps {
inherit pname version src;
hash = "sha256-pk4ask944MHmJYZNxi1q7DWMm9yNdvNi7FGXGtXewk8=";
};
Expand All @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
cargo-tauri.hook

nodejs_22
pnpm.configHook
pnpm_9.configHook

pkg-config
wrapGAppsHook3
Expand Down Expand Up @@ -89,6 +89,6 @@ rustPlatform.buildRustPackage rec {
description = "Minimalistic Pomodoro Timer Desktop App";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ tfkhdyt ];
mainProgram = "pomodoro";
mainProgram = "minipom";
};
}

0 comments on commit 38d7247

Please sign in to comment.