let nixpkgs = import {}; in with nixpkgs; stdenv.mkDerivation { name = "wm-env"; buildInputs = [ xorg.libxcb ]; }