activate flake using direnv

This commit is contained in:
Gregory Burd 2023-10-19 14:46:38 -04:00
parent 24e4f0d609
commit b1cbd35bfe

7
.envrc Normal file
View file

@ -0,0 +1,7 @@
export DBSQL_VERSION="$(sh -c '. ./dist/RELEASE; echo $DBSQL_VERSION')"
export DBSQL_VERSION_STRING="$(sh -c '. ./dist/RELEASE; echo $DBSQL_VERSION_STRING')"
#export $(grep -v '^#' .env | xargs -0)
watch_file devShell.nix shell.nix flake.nix
use flake || use nix