I'm confident this is good

A devshell for my pdf->ledger conversion script.

Eventually I should package up my script as a derivation, but let's
leave this for now.
This commit is contained in:
Benson Chu 2025-03-02 03:06:22 -06:00
parent 204329b9da
commit 0980b1132a

View file

@ -100,6 +100,16 @@
echo './configure --with-mps=debug --with-native-compilation=no --enable-checking="yes,glyphs"'
'';
};
pymupdf = pkgs.mkShell {
venvDir = "./venv";
buildInputs = with pkgs.python312Packages; [
venvShellHook
python
pymupdf
icecream
];
};
};
homeConfigurations = {