shells: financials: Add some packages

This commit is contained in:
Charlotte Van Petegem 2024-07-18 09:04:37 +02:00
parent 576f1d11b2
commit 742090e8af

View file

@ -3,6 +3,7 @@
pkgs.devshell.mkShell { pkgs.devshell.mkShell {
name = "Financials"; name = "Financials";
packages = with pkgs; [ packages = with pkgs; [
(python3.withPackages (ps: [ ps.requests ])) (python3.withPackages (ps: [ ps.requests ps.dateutil ]))
hledger
]; ];
} }