commit | 28fadca588296421c2360d432f072d38e08b6eb3 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 07:47:00 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:09:19 2023 +0000 |
tree | d9e6ba4d86cd17debcf076237c4745f54648f86c | |
parent | bd891a59f25f5822ac977e9d2234c492e0cce09e [diff] [blame] |
Update the workflow to use the right node version
diff --git a/flake.nix b/flake.nix index 5687e72..c11ea5f 100644 --- a/flake.nix +++ b/flake.nix
@@ -8,7 +8,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { devShells.default = pkgs.mkShell { - packages = [ pkgs.yarn pkgs.nodejs-19_x pkgs.typescript ]; + packages = [ pkgs.yarn pkgs.nodejs-19_x pkgs.typescript pkgs.act ]; }; }); }