mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
chore(hedgedoc): we can use stable sqlite
This commit is contained in:
@@ -68,7 +68,7 @@ in {
|
|||||||
systemd.services.hedgedoc-backup = {
|
systemd.services.hedgedoc-backup = {
|
||||||
description = "Hedgedoc backup service";
|
description = "Hedgedoc backup service";
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.unstable.sqlite}/bin/sqlite3 -json ${stateLocation} "select shortid, alias, ownerId, content from Notes" \
|
${pkgs.sqlite}/bin/sqlite3 -json ${stateLocation} "select shortid, alias, ownerId, content from Notes" \
|
||||||
| ${
|
| ${
|
||||||
pkgs.writers.writePython3 "hedgedoc-json-to-fs.py" {} ''
|
pkgs.writers.writePython3 "hedgedoc-json-to-fs.py" {} ''
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user