forked from abner/for-legacy-web
chore: add default.nix
This commit is contained in:
8
default.nix
Normal file
8
default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
pkgs.nodejs.pkgs.yarn
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user