flake: add aiohttp and gql

This commit is contained in:
Artemis Tosini 2024-05-26 21:24:17 +00:00
parent d2d8abb7c8
commit 493a598f77
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 8 additions and 6 deletions

View file

@ -25,11 +25,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1716358718, "lastModified": 1716715802,
"narHash": "sha256-NQbegJb2ZZnAqp2EJhWwTf6DrZXSpA6xZCEq+RGV1r0=", "narHash": "sha256-usk0vE7VlxPX8jOavrtpOqphdfqEQpf9lgedlY/r66c=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3f316d2a50699a78afe5e77ca486ad553169061e", "rev": "e2dd4e18cc1c7314e24154331bae07df76eb582f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -57,11 +57,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716430594, "lastModified": 1716689906,
"narHash": "sha256-vdVzaGD5p+KG7XHepIeX5rUPmdzEcF2w6rhqfr0SNkI=", "narHash": "sha256-tQYQM9zT4P1fFf739/AIZuTIGPxtEIpV7K7VieU60Io=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "ee0db3aeebafeaada2b98d076de6d314b4c8682e", "rev": "3b6e1e221b04965427f3eee11fd6b6ea7b5f579b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -94,9 +94,11 @@
chromedriver chromedriver
chromium chromium
python3 python3
python3Packages.aiohttp
python3Packages.black python3Packages.black
python3Packages.ipython python3Packages.ipython
python3Packages.trio python3Packages.trio
python3Packages.gql
(python3Packages.selenium.overrideAttrs (old: { (python3Packages.selenium.overrideAttrs (old: {
postInstall = old.postInstall + '' postInstall = old.postInstall + ''
for ver in v85 v120 v121 v122; do for ver in v85 v120 v121 v122; do