diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-21 19:13:09 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-21 19:13:09 +0300 |
commit | 603f14bd7c9e19f25b192c833c45f73c2bb9ccaa (patch) | |
tree | da410c3177c6049cbcac0f73a8ec1c40a5f9e5e3 /flake.nix | |
parent | 2022-08-20 (diff) |
2022-08-21
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 5 |
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"; |