From 8c1350c570659ed39fec4536faca37bee5079660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 24 May 2022 11:10:36 +0200 Subject: [PATCH] chore(hedgedoc): we can use stable sqlite --- systems/makanek/hedgedoc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/makanek/hedgedoc.nix b/systems/makanek/hedgedoc.nix index 67210d9..25bbeac 100644 --- a/systems/makanek/hedgedoc.nix +++ b/systems/makanek/hedgedoc.nix @@ -68,7 +68,7 @@ in { systemd.services.hedgedoc-backup = { description = "Hedgedoc backup service"; 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" {} '' import json