diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
commit | 508aee982ae2fda532742dffdc781f78351e115f (patch) | |
tree | 22915df34232a7348904b7813660392ed4318fcb /flake.nix | |
parent | 2022-08-16 (diff) |
2022-08-17
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"; |