#!/usr/bin/env bash

if command -v lorri;
then
  eval "$(lorri direnv)"
elif command -v nix-shell
then
  export NIXPKGS_ALLOW_UNFREE=1
  use nix
fi
