#!/usr/bin/env bash set -e MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$MYDIR" export NIXPKGS_ALLOW_UNFREE=1 nix-shell