Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77a3cc0

Browse files
committedOct 31, 2024
Update Node to 20.18.0
1 parent e8ace87 commit 77a3cc0

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/0789f53499110776ec56bd980c429b88d332dc7e";
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)
Please sign in to comment.