Skip to content

Commit 22d24da

Browse files
committed
Update flake to bump Node
18 no longer works (a dependency errors with a version constraint). This installs 22 rather than 20, so still not exactly right but at least it runs now.
1 parent 661eed6 commit 22d24da

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

flake.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
flake-utils.lib.eachDefaultSystem
88
(system:
99
let pkgs = nixpkgs.legacyPackages.${system};
10-
nodejs = pkgs.nodejs-18_x;
10+
nodejs = pkgs.nodejs;
1111
yarn' = pkgs.yarn.override { inherit nodejs; };
1212
in {
1313
devShells.default = pkgs.mkShell {

0 commit comments

Comments
 (0)