Skip to content

Commit

Permalink
build(shell.nix): nodejs_latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Mar 24, 2024
1 parent 023d0b0 commit 75d18a0
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 @@ -2,5 +2,5 @@ let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
packages = [pkgs.nodejs];
packages = [pkgs.nodejs_latest];
}

0 comments on commit 75d18a0

Please sign in to comment.