nix-configs/shell/system76-docs/shell.nix
2023-03-31 13:21:32 +00:00

7 lines
143 B
Nix

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