summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-04 00:58:04 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-04 00:58:04 -0800
commitccb80591f8c83c2375fe06ff8722f7347d235c1e (patch)
treeed1892c6a9b610d0fc7081726ba5c42db3c537a0
parent3d0fcb949d7358e19a2520184f42d9eaa117a220 (diff)
flake finally fully works sans htmlize
-rw-r--r--flake.lock8
-rw-r--r--flake.nix1
2 files changed, 5 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index b11cd23..efea318 100644
--- a/flake.lock
+++ b/flake.lock
@@ -698,11 +698,11 @@
"org-roam-ui-src": "org-roam-ui-src"
},
"locked": {
- "lastModified": 1772610081,
- "narHash": "sha256-gIPpwSYCC52RFp7IShK1GdPNOSVPFoIgyw7A8vO6hyE=",
+ "lastModified": 1772614187,
+ "narHash": "sha256-vnDfsNe9sOLeko8KVD54b3gJbDMcXQpWvBGjs98ItKM=",
"ref": "refs/heads/main",
- "rev": "fa45b54f9544a1ca68ae470cbc031eac56d4ee7e",
- "revCount": 101,
+ "rev": "f76d34c1c2220a056a6a709208383169d2a5ac30",
+ "revCount": 108,
"type": "git",
"url": "git://nullring.xyz/publish-org-roam-ui.git"
},
diff --git a/flake.nix b/flake.nix
index 372e651..48e79bf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -159,6 +159,7 @@ cp -r $HOME/website_html/. $out/
buildInputs = [
deadnix
lychee
+ python3
];
};
};