diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..9fb7590 --- /dev/null +++ b/shell.nix @@ -0,0 +1,20 @@ +{pkgs ? import {}}: +pkgs.mkShell { + packages = with pkgs; [ + zig_0_12 + wlroots_0_17 + libGL + libevdev + libinput + libxkbcommon + pixman + udev + wayland-protocols + xorg.libX11 + pkg-config + wayland + xwayland + valgrind + gdb + ]; +}