with import {}; stdenv.mkDerivation { name = "dev-environment"; # Probably put a more meaningful name here buildInputs = [ pkg-config libxkbcommon ]; }