Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at github-to-sqlite-beautifulsoup4 13 lines 191 B view raw
1{ nixpkgs ? import ../.. { } 2}: 3with nixpkgs; 4let 5 pyEnv = python3.withPackages(ps: [ ps.gitpython ]); 6in 7mkShell { 8 packages = [ 9 pyEnv 10 luarocks-nix 11 nix-prefetch-scripts 12 ]; 13}