1 2 3 4 5 6 7 8 9 10 11 12
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.python310 pkgs.python310Packages.pyyaml pkgs.python310Packages.requests # to test the pip setup pkgs.python310Packages.pip pkgs.python310Packages.setuptools ]; }