crystaldev/start.sh

10 lines
140 B
Bash
Raw Normal View History

2024-01-13 11:42:36 +00:00
#!/usr/bin/env bash
set -e
MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$MYDIR"
export NIXPKGS_ALLOW_UNFREE=1
nix-shell