mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 03:08:09 +08:00
chore(flake): get the build to run
This commit is contained in:
parent
bbe3bd7107
commit
e82567a33d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
pnpm nx run desktop:build
|
NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue