export NIXPKGS_ALLOW_UNFREE=1

if ! use flake . --impure --allow-dirty --accept-flake-config ; then
  echo "Snowblower shell could not be loaded." >&2
fi
