From 7a1a900334653e7cadfd60e1c92c128bf9c5a951 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 16 Aug 2022 02:01:55 +0300 Subject: 2022-08-16 --- flake.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5893e49..4db413f 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,18 @@ }; }; + nix-doom-emacs = { + type = "github"; + owner = "nix-community"; + repo = "nix-doom-emacs"; + ref = "master"; + inputs = { + flake-utils.follows = "flake-utils"; + emacs-overlay.follows = "emacs-overlay"; + nixpkgs.follows = "nixpkgs"; + }; + }; + dns-nix = { type = "github"; owner = "kirelagin"; @@ -141,7 +153,6 @@ inputs = { flake-utils.follows = "flake-utils"; nixpkgs.follows = "nixpkgs"; - pre-commit-hooks.follows = "pre-commit-hooks"; }; }; -- cgit v1.2.3