Skip to content

Commit bd65759

Browse files
fix(flake): revert pname to just trilium-*
1 parent 8031352 commit bd65759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
preBuildCommands ? "",
7777
}:
7878
pnpm2nix.packages.${system}.mkPnpmPackage rec {
79-
pname = "triliumnext-${app}";
79+
pname = "trilium-${app}";
8080
version = packageJson.version + (lib.optionalString (self ? shortRev) "-${self.shortRev}");
8181

8282
src = fullCleanSource ./.;

0 commit comments

Comments
 (0)