add a shell.nix file
This commit is contained in:
parent
fd46047f8c
commit
6158ca2be4
5
default.nix
Normal file
5
default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs are usually what you want -- tools you need to run
|
||||
nativeBuildInputs = with pkgs.buildPackages; [ nodejs ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user