shells: financials: Add some packages
This commit is contained in:
parent
576f1d11b2
commit
742090e8af
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
pkgs.devshell.mkShell {
|
||||
name = "Financials";
|
||||
packages = with pkgs; [
|
||||
(python3.withPackages (ps: [ ps.requests ]))
|
||||
(python3.withPackages (ps: [ ps.requests ps.dateutil ]))
|
||||
hledger
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue