Initial commit of historian web application
This commit is contained in:
7
make-dev-environment
Executable file
7
make-dev-environment
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env -S guix shell -D -f guix.scm rust-analyzer -- sh
|
||||
##!/usr/bin/env -S guix shell -D -f guix.scm -- sh
|
||||
#export LIBCLANG_PATH=$GUIX_ENVIRONMENT/lib/libclang.so
|
||||
export CC=gcc
|
||||
COMMAND=${1:-$SHELL}
|
||||
ARGS=${@:2}
|
||||
$COMMAND $ARGS
|
||||
Reference in New Issue
Block a user