mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
shell/system76-docs update: change from nodejs 16 to 18 as 16 is EOL
This commit is contained in:
parent
05fd19a6fe
commit
11cb49af76
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nodejs-16_x
|
||||
nodejs-18_x
|
||||
nodePackages.npm
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue