#!/usr/bin/env bash set -eu if [ -f ./flake.nix ]; then echo "There is already existing flake.nix file!" >&2 exit 1 fi cat >./flake.nix <