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 {
|
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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue