about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/hydra/emacsen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/emacs/overlay/hydra/emacsen.nix')
-rw-r--r--overlays/patches/emacs/overlay/hydra/emacsen.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/overlays/patches/emacs/overlay/hydra/emacsen.nix b/overlays/patches/emacs/overlay/hydra/emacsen.nix
deleted file mode 100644
index d5278f13e80e..000000000000
--- a/overlays/patches/emacs/overlay/hydra/emacsen.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ nixpkgs }:
-let
-  pkgs = import nixpkgs {
-    overlays = [
-      (import ../default.nix)
-    ];
-  };
-  inherit (pkgs) lib;
-
-in {
-  inherit (pkgs) emacsUnstable emacsUnstable-nox;
-  inherit (pkgs) emacsGit emacsGit-nox;
-  inherit (pkgs) emacsPgtk;
-} // lib.optionalAttrs (lib.hasAttr "libgccjit" pkgs) {
-  inherit (pkgs) emacsNativeComp emacsGitNativeComp emacsPgtkNativeComp;
-}