{ nixpkgs ? ./nix/nixpkgs.nix , pkgs ? import nixpkgs }: with pkgs; mkShell { buildInputs = [ cargo rustc git sqlite httpie ]; }