#!/usr/bin/env nix-shell { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ hello ]; }