diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 00:58:04 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 00:58:04 -0800 |
| commit | ccb80591f8c83c2375fe06ff8722f7347d235c1e (patch) | |
| tree | ed1892c6a9b610d0fc7081726ba5c42db3c537a0 | |
| parent | 3d0fcb949d7358e19a2520184f42d9eaa117a220 (diff) | |
flake finally fully works sans htmlize
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 5 insertions, 4 deletions
@@ -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" }, @@ -159,6 +159,7 @@ cp -r $HOME/website_html/. $out/ buildInputs = [ deadnix lychee + python3 ]; }; }; |
