summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-26 21:36:13 +0200
committerGrigory Shipunov2023-05-26 21:36:13 +0200
commit069072653a5c7713f13e7c895d0ce2e531ae34c3 (patch)
treee6253eecfa593daaea24f4d575fe253e41878e66 /flake.nix
parenteba375e7b2c03bd72a29f0cbd99e2ca1fcaabf3f (diff)
yeet out emacs for the time being
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