We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb0178 commit 472962dCopy full SHA for 472962d
shell.nix
@@ -0,0 +1,4 @@
1
+with import <nixpkgs> {};
2
+pkgs.mkShell {
3
+ buildInputs = with pkgs; [ xorg.libX11 xorg.libXft xorg.libXinerama ];
4
+}
0 commit comments