1#!/usr/bin/env nix-shell 2#!nix-shell -p nix bash -i bash 3set -e 4cd "$(dirname "$0")" 5storepath="$(nix-build --no-out-link mkcerts.nix)" 6cat "$storepath" > snakeoil-certs.nix