Skip to content

Commit

Permalink
feat: update node to latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
haakemon committed May 13, 2024
1 parent c176c1a commit 4866c33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions nix/devenv/node/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/devenv/node/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
oldPkgs.url = "github:nixos/nixpkgs/dd5621df6dcb90122b50da5ec31c411a0de3e538"; # nodejs_20.10.0 https://www.nixhub.io/packages/nodejs
oldPkgs.url = "github:nixos/nixpkgs/d42c1c8d447a388e1f2776d22c77f5642d703da6"; # nodejs_20.12.2 https://www.nixhub.io/packages/nodejs
};

outputs = { self, nixpkgs, oldPkgs, ... }:
Expand Down

0 comments on commit 4866c33

Please sign in to comment.