]>
Git — Sourcephile - sourcephile-nix.git/blob - .lib/nix/shell.sh
3 watch_file
() { true
; }
4 log_status
() { echo >&2 "$*"; }
6 file=$(readlink -e "$1")
7 ( cd "$(dirname "$file")" && .
"$file" )
9 root
=$(dirname "$(readlink -e "$0")")/../..
11 exec nix-shell --pure "$root"/.cache/nix/gcroots/shell.drv "$@
"