add libx11 to devshell

This commit is contained in:
jacekpoz 2024-02-14 15:46:32 +01:00
parent a610d63088
commit fa46131ee5
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -27,6 +27,7 @@
buildInputs = with pkgs; [
curl.dev
xorg.libX11.dev
];
};
}