Skip to content

Commit

Permalink
chore(dev-deps): use a headless jdk in nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 5, 2022
1 parent 3353790 commit 9f403e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let

backendTestDeps = [ pkgs.docker-compose_2 ];
vizDeps = [ pkgs.graphviz-nox ];
pysparkDeps = [ pkgs.openjdk11 ];
pysparkDeps = [ pkgs.openjdk11_headless ];
docDeps = [ pkgs.pandoc ];

# postgresql is the client, not the server
Expand Down

0 comments on commit 9f403e2

Please sign in to comment.