summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
];
};
};