Skip to content

Commit

Permalink
chore(dev-tools): define PYSPARK_PYTHON outside of shellHook since …
Browse files Browse the repository at this point in the history
…it is already known at build time (#9756)
  • Loading branch information
cpcloud authored Aug 2, 2024
1 parent d9b6264 commit 7d38f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
# necessary for quarto and quartodoc
export PYTHONPATH=''${PWD}''${PYTHONPATH:+:}''${PYTHONPATH}:''${PWD}/docs
export PYSPARK_PYTHON="$(which python)"
'';

preCommitDeps = with pkgs; [
Expand Down Expand Up @@ -110,6 +109,7 @@

inherit shellHook;

PYSPARK_PYTHON = "${env}/bin/python";
PGPASSWORD = "postgres";
MYSQL_PWD = "ibis";
MSSQL_SA_PASSWORD = "1bis_Testing!";
Expand Down

0 comments on commit 7d38f09

Please sign in to comment.