summary refs log tree commit diff stats
path: root/mailinglist/shell.nix
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 20:03:39 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 20:03:39 +0000
commit8e05d4390d2af608edf5829583b63f3054760c02 (patch)
treeec04a960946360c9c4e31a3445739753b50789d7 /mailinglist/shell.nix
parent3e4c5a6261770bced301b5e74233e7866166ea5b (diff)
downloademulator-bug-study-8e05d4390d2af608edf5829583b63f3054760c02.tar.gz
emulator-bug-study-8e05d4390d2af608edf5829583b63f3054760c02.zip
fix gitignores and shell.nix files
Diffstat (limited to 'mailinglist/shell.nix')
-rw-r--r--mailinglist/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/mailinglist/shell.nix b/mailinglist/shell.nix
index 67eae57e..fcca0cfd 100644
--- a/mailinglist/shell.nix
+++ b/mailinglist/shell.nix
@@ -4,5 +4,6 @@ mkShell {
   buildInputs = [
     python312Packages.html5lib
     python312Packages.beautifulsoup4
+    python312Packages.requests
   ];
 }