shells: Add financials shell
This commit is contained in:
parent
cd36b6f04c
commit
fdab9406e2
1 changed files with 8 additions and 0 deletions
8
shells/financials.nix
Normal file
8
shells/financials.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.devshell.mkShell {
|
||||
name = "Financials";
|
||||
packages = with pkgs; [
|
||||
(python3.withPackages (ps: [ ps.requests ]))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue