initial
This commit is contained in:
commit
3ea8e0e7f3
3 changed files with 49 additions and 0 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nodePackages.serve
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue