summaryrefslogtreecommitdiff
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
parente7941cee341350e2b59b33abef99dfc1c36c2ea9 (diff)
2022-08-21
Diffstat (limited to 'flake.nix')
-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";