We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78901e0 + bd65759 commit 5dd21acCopy full SHA for 5dd21ac
flake.nix
@@ -22,7 +22,7 @@
22
let
23
pkgs = import nixpkgs { inherit system; };
24
electron = pkgs."electron_${lib.versions.major packageJsonDesktop.devDependencies.electron}";
25
- nodejs = pkgs.nodejs_22;
+ nodejs = pkgs.nodejs_24;
26
# pnpm creates an overly long PATH env variable for child processes.
27
# This patch deduplicates entries in PATH, which results in an equivalent but shorter entry.
28
# https://github.com/pnpm/pnpm/issues/6106
@@ -76,7 +76,7 @@
76
preBuildCommands ? "",
77
}:
78
pnpm2nix.packages.${system}.mkPnpmPackage rec {
79
- pname = "triliumnext-${app}";
+ pname = "trilium-${app}";
80
version = packageJson.version + (lib.optionalString (self ? shortRev) "-${self.shortRev}");
81
82
src = fullCleanSource ./.;
0 commit comments