Skip to content

Commit

Permalink
use full jdk in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 26, 2024
1 parent e00b93b commit d06bcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
let
pkgs = import nixpkgs { inherit system; };
shellPackages = with pkgs; [
temurin-jre-bin-17
temurin-bin-17
nodejs-18_x
yarn
(pkgs.sbt.override { jre = pkgs.temurin-jre-bin-17; })
(pkgs.sbt.override { jre = pkgs.temurin-bin-17; })
];
protobuf = pkgs.protobuf3_21;
in
Expand Down

0 comments on commit d06bcc1

Please sign in to comment.