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:
parent
204329b9da
commit
0980b1132a
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue