let pkgs = import {}; in pkgs.stdenv.mkDerivation rec { name = "arcdom"; buildInputs = with pkgs; [ stdenv glib pkgconfig rustup cargo git bash curl ]; }