Compare commits

..

No commits in common. "d03bbf24bf80e4fe9149a91f401c6fa95ea90433" and "15bfffd87a6f9da0bc551db95c7c2a9a069b3708" have entirely different histories.

View file

@ -1,18 +0,0 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
gnumake
pkg-config
wayland
xwayland
xorg.libxcb
xorg.xcbutilwm
wayland-protocols
wayland-scanner
libinput
wlroots
libxkbcommon
pixman
systemd
];
}