Skip to content

Commit 998adb5

Browse files
committed
Update Node to 20.18.0
1 parent 5217737 commit 998adb5

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.16.0
1+
20.18.0

flake.lock

+10-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
description = "code-server";
33

4-
inputs.flake-utils.url = "github:numtide/flake-utils";
4+
inputs = {
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
6+
flake-utils.url = "github:numtide/flake-utils";
7+
};
58

69
outputs = { self, nixpkgs, flake-utils }:
710
flake-utils.lib.eachDefaultSystem

0 commit comments

Comments
 (0)