Help with fetchTarball when installing doom emacs

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nix-doom-emacs

    Discontinued doom-emacs packaged for Nix

  • let doom-emacs = pkgs.callPackage (builtins.fetchTarball { url = https://github.com/vlaci/nix-doom-emacs/archive/master.tar.gz; sha256 = "1g0izscjh5nv4n0n1m58jc6z27i9pkbxs17mnb05a83ffdbmmva6"; }) { doomPrivateDir = ./doom.d; # Directory containing your config.el init.el # and packages.el files }; in { home.packages = [ doom-emacs ]; home.file.".emacs.d/init.el".text = '' (load "default.el") ''; } ```

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Packaging DoomEmacs for guix

    1 project | /r/GUIX | 21 Mar 2022
  • Best way to install Doom Emacs using Home Manager?

    3 projects | /r/NixOS | 20 Nov 2021
  • Emacs Plus

    1 project | news.ycombinator.com | 25 Dec 2023
  • Adding a Mac to my flake

    2 projects | /r/NixOS | 8 Dec 2023
  • Switching to emacs, but the Gruvbox theme here looks different than in CLion or VIM

    2 projects | /r/emacs | 6 Dec 2023