diff options
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"; |