about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
commit603f14bd7c9e19f25b192c833c45f73c2bb9ccaa (patch)
treeda410c3177c6049cbcac0f73a8ec1c40a5f9e5e3 /flake.nix
parent2022-08-20 (diff)
2022-08-21
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index c48bfe8..4165cbe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,12 +68,11 @@
       };
     };
 
-    # FIXME https://github.com/nix-community/nix-doom-emacs/pull/248
     nix-doom-emacs = {
       type = "github";
-      owner = "thiagokokada";
+      owner = "nix-community";
       repo = "nix-doom-emacs";
-      ref = "fix-issue-247";
+      ref = "master";
       inputs = {
         flake-utils.follows = "flake-utils";
         emacs-overlay.follows = "emacs-overlay";

Consider giving Nix/NixOS a try! <3