summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index 17a1c5c..0cfbf44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,19 +36,10 @@
flake-utils.follows = "flake-utils";
};
};
-
- emacs-overlay = {
- url = "github:nix-community/emacs-overlay";
- inputs = {
- nixpkgs.follows = "nixpkgs-unstable";
- flake-utils.follows = "flake-utils";
- };
- };
};
outputs =
inputs@{ self
- , emacs-overlay
, fenix
, flake-utils
, lanzaboote
@@ -88,7 +79,6 @@
./modules/basic-tools
./modules/binary-caches.nix
./modules/devtools.nix
- ./modules/emacs.nix
./modules/gnome.nix
./modules/gnupg.nix
./modules/mail