wip
This commit is contained in:
parent
21e50cb11d
commit
96d043126a
3 changed files with 100 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
bashInteractive
|
||||
nodejs-16_x
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue