This commit is contained in:
despiegk 2024-01-13 17:24:47 +03:00
parent 6dba1ee2bc
commit e570f24b82
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18

View File

@ -4,12 +4,10 @@
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "$BASE" cd "$BASE"
export NIXPKGS_ALLOW_UNFREE=1 export NIXPKGS_ALLOW_UNFREE=1
export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
mkdir -p $BASE/code
code $BASE/code code $BASE/code
set -e set -e
nix-shell nix-shell