This commit is contained in:
commit
9fb7400ef8
14 changed files with 127323 additions and 0 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
nodejs
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue