Skip to content

Commit

Permalink
Use single version of Node on Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Dec 4, 2024
1 parent 93ab80f commit 4c4b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
system: let
throwSystem = throw "Unsupported system: ${system}";
pkgs = nixpkgs.legacyPackages.${system};
node = pkgs.nodejs_20;
node = pkgs.nodejs_22;

browsersInfo = builtins.fromJSON (builtins.readFile "${pkgs.playwright-driver}/browsers.json");
in {
Expand Down

0 comments on commit 4c4b577

Please sign in to comment.