Codebase list python-faraday / upstream/3.0_b4 shell.nix
upstream/3.0_b4

Tree @upstream/3.0_b4 (Download .tar.gz)

shell.nix @upstream/3.0_b4raw · history · blame

1
2
3
4
5
6
7
with (import <nixpkgs> {});
let
in
  mkShell {
    buildInputs = with (import ./default.nix);
      [server python.interpreter];
  }