From 069072653a5c7713f13e7c895d0ce2e531ae34c3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 26 May 2023 21:36:13 +0200 Subject: yeet out emacs for the time being --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.3.1