let nixpkgs = import {}; in with nixpkgs; stdenv.mkDerivation { name = "wall-cli-env"; buildInputs = [ pkgconfig xorg.libX11.dev nix ]; }