{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ ( pkgs.callPackage ./derivation.nix {} ) ]; }