Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22d24da

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 leastit runs now.
1 parent661eed6 commit22d24da

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 aboutcustomizing 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
letpkgs=nixpkgs.legacyPackages.${system};
10-
nodejs=pkgs.nodejs-18_x;
10+
nodejs=pkgs.nodejs;
1111
yarn'=pkgs.yarn.override{inheritnodejs;};
1212
in{
1313
devShells.default=pkgs.mkShell{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp