nix-configs/shell/system76-docs/shell.nix

7 lines
143 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs-18_x
nodePackages.npm
];
}