Skip to content

Commit

Permalink
Fix shell name, use jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 12, 2024
1 parent 46b4aae commit 5a7d490
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 @@ -16,9 +16,9 @@
{
devShell = pkgs.devshell.mkShell {
imports = [ typelevel-nix.typelevelShell ];
name = "fs2-dom-shell";
name = "http4s-dom-shell";
typelevelShell = {
jdk.package = pkgs.jdk17;
jdk.package = pkgs.jdk21;
nodejs.enable = true;
nodejs.package = pkgs.nodejs;
};
Expand Down

0 comments on commit 5a7d490

Please sign in to comment.