1{ pkgs ? import <nixpkgs> {} }:
2  pkgs.mkShell {
3    nativeBuildInputs = with pkgs.buildPackages; [
4      gnumake
5      helix
6    ];
7}