1 2 3 4 5 6 7
{ pkgs ? import ./pkgs.nix {} }: with pkgs; mkShell { inputsFrom = lib.attrValues (import ./. { inherit pkgs; }); }