Clean up the place, setup and moving lemp.nix over

This commit is contained in:
Aaron Honeycutt 2022-06-18 08:55:32 -06:00
parent 34424406fe
commit 3e815276c3
3 changed files with 31 additions and 88 deletions

View file

@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.buildPackages.nodejs-16_x
pkgs.buildPackages.nodePackages.npm
];
}