1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/78090fd990c0f2df96ee98d9e1da400248ef5af3.tar.gz" ) {} }: pkgs.mkShell { buildInputs = with pkgs; [ bash bzip2 curl dpkg rsync unzip wget zip ]; }