Update nodejs to v18
This commit is contained in:
parent
0f71e579fc
commit
2bdeb5752c
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -9,11 +9,11 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
buildInputs = with pkgs; [
|
buildInputs = [
|
||||||
nodejs-slim-16_x
|
pkgs.nodejs-slim-18_x
|
||||||
nodePackages.pnpm
|
pkgs.nodePackages.pnpm
|
||||||
sassc
|
pkgs.sassc
|
||||||
entr
|
pkgs.entr
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
devShell.${system} = pkgs.mkShell {
|
devShell.${system} = pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue