summaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parent3d0fcb949d7358e19a2520184f42d9eaa117a220 (diff)
flake finally fully works sans htmlize
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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
];
};
};