Skip to content

Commit ac40b50

Browse files
author
MuehlburgPhoenix
committed
Add shell.nix for cypress
1 parent eb69181 commit ac40b50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
3+
pkgs.mkShell {
4+
buildInputs = (with pkgs; [
5+
cypress
6+
]);
7+
}
8+

0 commit comments

Comments
 (0)