summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-17 17:48:15 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-17 17:48:15 +0300
commit508aee982ae2fda532742dffdc781f78351e115f (patch)
tree22915df34232a7348904b7813660392ed4318fcb /flake.nix
parent7a1a900334653e7cadfd60e1c92c128bf9c5a951 (diff)
2022-08-17
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
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";