{ pkgs ? import { } }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ update-nix-fetchgit ]; }