Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 99 B view raw
1{ 2 nixpkgs ? import ../../../.. { }, 3}: 4with nixpkgs; 5mkShell { 6 packages = [ 7 pkgs.gh 8 ]; 9}