crystaldev/start.sh
2024-01-13 16:41:26 +03:00

12 lines
175 B
Bash
Executable File

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