We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb69181 commit ac40b50Copy full SHA for ac40b50
shell.nix
@@ -0,0 +1,8 @@
1
+{ pkgs ? import <nixpkgs> {} }:
2
+
3
+pkgs.mkShell {
4
+ buildInputs = (with pkgs; [
5
+ cypress
6
+ ]);
7
+}
8
0 commit comments