diff options
| author | 2025-12-02 02:32:50 +0100 | |
|---|---|---|
| committer | 2025-12-02 02:32:50 +0100 | |
| commit | 39e6aeccf2c68f60993040ba66ffae352098780e (patch) | |
| tree | dc35e99645450d43e6f2e397f4c2ae46fb4f605a | |
| parent | import https://transfer.archivete.am/inline/tIxxP/urls-to-sitemap (diff) | |
| signature | ||
add lxml: required by urls-to-sitemap
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - devShells.default = pkgs.mkShellNoCC { packages = [ (pkgs.python3.withPackages (p: [ p.requests p.mwclient ])) ]; }; + devShells.default = pkgs.mkShellNoCC { packages = [ (pkgs.python3.withPackages (p: [ p.requests p.mwclient p.lxml ])) ]; }; } ); } |
