ADDED markdown viewer and python-dotenv to shell
This commit is contained in:
parent
79b4dfd4eb
commit
a9b38d8515
@ -4,8 +4,14 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
inlyne # markdown viewer
|
||||||
|
|
||||||
# Python development environment
|
# Python development environment
|
||||||
(python3.withPackages(ps: with ps; [
|
(python3.withPackages(ps: with ps; [
|
||||||
|
# For SDK configuration
|
||||||
|
python-dotenv
|
||||||
|
|
||||||
|
# HTTP client
|
||||||
requests
|
requests
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user