~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website
1{ pkgs, ... }: { 2 3 packages = with pkgs; [ 4 gitFull 5 pipenv 6 python313 # this is a hack to use nixpkgs one instead of compiling from source 7 ]; 8 9 enterShell = '' 10 pipenv install 11 ''; 12}