From b1cbd35bfecee366481451ad86c48034f3d5fd76 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Thu, 19 Oct 2023 14:46:38 -0400 Subject: [PATCH] activate flake using direnv --- .envrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..779839f --- /dev/null +++ b/.envrc @@ -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 +