diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 4db413f..c708930 100644 --- a/flake.nix +++ b/flake.nix @@ -65,9 +65,9 @@ nix-doom-emacs = { type = "github"; - owner = "nix-community"; + owner = "thiagokokada"; repo = "nix-doom-emacs"; - ref = "master"; + ref = "fix-issue-247"; inputs = { flake-utils.follows = "flake-utils"; emacs-overlay.follows = "emacs-overlay"; |