archive-fandom-wiki/shell.nix

8 lines
153 B
Nix
Raw Normal View History

2024-08-18 21:16:32 +02:00
with import <nixpkgs> {};
(
pkgs.python312.buildEnv.override {
extraLibs = with pkgs.python312Packages; [ docopt beautifulsoup4 rich ];
}
).env