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