diff options
author | William Carroll <wpcarro@gmail.com> | 2020-09-07T22·29+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-09-07T22·29+0100 |
commit | c7af26b2af6961249b76fe0e010a594ded72c6c8 (patch) | |
tree | 260461881799c107b14da47d04fa8203c86c4b5e /emacs/default.nix | |
parent | 60fd538a1024212397ccb3ebcfa01c06cef0041d (diff) |
Drop glinux attribute from Emacs derivation
My google-briefcase has subsumed this responsibility.
Diffstat (limited to 'emacs/default.nix')
-rw-r--r-- | emacs/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index 804cf354f505..b5d44a251a9b 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -183,13 +183,6 @@ in { "$@" ''; - # Use `nix-env -f '<briefcase>' emacs.glinux` to install `wpcarro-emacs` on - # gLinux machines. This will ensure that X and GL linkage behaves as expected. - glinux = { briefcasePath ? "$HOME/briefcase" }: withEmacsPath { - inherit briefcasePath; - emacsBin = "/usr/bin/google-emacs"; - }; - # Use `nix-env -f '<briefcase>' emacs.nixos` to install `wpcarros-emacs` on # NixOS machines. nixos = { briefcasePath ? "$HOME/briefcase" }: withEmacsPath { |