Initial commit of historian web application

This commit is contained in:
Captain Beyond
2024-08-03 06:10:53 -05:00
parent fa2c8ee85a
commit c18ae34880
18 changed files with 5354 additions and 0 deletions

7
make-dev-environment Executable file
View 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