summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-03-11 12:51:58 +0300
committerAzat Bahawi <azat@bahawi.net>2023-03-11 12:51:58 +0300
commit0ef23d4501592a192ba020a2ac34abb1a3d8fc5e (patch)
tree17f0377d71f7c645acf8502c769a0ade76cbc901 /flake.nix
parente40f7d991353ad70984afdf67b25c049190c56bd (diff)
2023-03-11
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/flake.nix b/flake.nix
index e5bd0b9..a9e0c30 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,36 +77,6 @@
ref = "master";
};
- emacs-overlay = {
- type = "github";
- owner = "nix-community";
- repo = "emacs-overlay";
- ref = "master";
- inputs = {
- flake-utils.follows = "flake-utils";
- nixpkgs.follows = "nixpkgs";
- };
- };
-
- # Waiting for patches[1]. Currently, the new profile feature breaks
- # everything and I don't want to spend 12 hours debugging this shit.
- #
- # [1]: https://github.com/nix-community/nix-doom-emacs/pull/316
- # nix-doom-emacs = {
- # # type = "path";
- # # path = "/home/azahi/src/nix-doom-emacs";
- # type = "github";
- # owner = "nix-community";
- # repo = "nix-doom-emacs";
- # ref = "master";
- # inputs = {
- # flake-compat.follows = "flake-compat";
- # emacs-overlay.follows = "emacs-overlay";
- # flake-utils.follows = "flake-utils";
- # nixpkgs.follows = "nixpkgs";
- # };
- # };
-
arkenfox-nixos = {
type = "github";
owner = "dwarfmaster";