Skip to content

Commit

Permalink
Use nodejs-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
lunagl committed Dec 11, 2023
1 parent c3b9ce2 commit 3f14909
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
@@ -1,5 +1,5 @@
{
description = "Advent of Code 2023";
description = "Immutable arrays for Gleam";

inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
Expand All @@ -18,7 +18,7 @@
formatter = pkgs.alejandra;

devShells.default = pkgs.mkShell {
packages = with pkgs; [gleam erlang_26 nodejs_21];
packages = with pkgs; [gleam erlang_26 nodejs-slim_21];
};
}
);
Expand Down

0 comments on commit 3f14909

Please sign in to comment.