diff --git a/flake.lock b/flake.lock index 3d69d28..c7156e9 100644 --- a/flake.lock +++ b/flake.lock @@ -33,29 +33,6 @@ "type": "github" } }, - "emacs-overlay": { - "inputs": { - "flake-utils": [ - "flake-utils" - ], - "nixpkgs": [ - "nixpkgs-unstable" - ] - }, - "locked": { - "lastModified": 1685091935, - "narHash": "sha256-0dbYhJ0il5FjxaVvK/eJncqvKKgsEcz0dW2+Zz3VMOE=", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "72c888082acc0a75cc8a76c9b15603f1044b168c", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "emacs-overlay", - "type": "github" - } - }, "fenix": { "inputs": { "nixpkgs": [ @@ -302,7 +279,6 @@ }, "root": { "inputs": { - "emacs-overlay": "emacs-overlay", "fenix": "fenix", "flake-utils": "flake-utils", "lanzaboote": "lanzaboote", 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