@@ -4,8 +4,14 @@
with pkgs;
pkgs.mkShell {
nativeBuildInputs = [
inlyne # markdown viewer
# Python development environment
(python3.withPackages(ps: with ps; [
# For SDK configuration
python-dotenv
# HTTP client
requests
]))
];
The note is not visible to the blocked user.