#!/usr/bin/env bash echo "use nix" > .envrc cat > shell.nix < {} }: pkgs.mkShell { packages = []; } EOF