From 4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Feb 2020 12:47:29 +0000 Subject: chore: Rename pkgs->depot in all Nix file headers --- tools/emacs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/emacs') diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index dda7788b43..099cc65052 100644 --- a/tools/emacs/default.nix +++ b/tools/emacs/default.nix @@ -7,9 +7,9 @@ # Forcing Emacs to link against Imagemagick currently causes libvterm # to segfault, which is a lot less desirable than not having telega # render images correctly. -{ pkgs, ... }: +{ depot, ... }: -with pkgs; +with depot; with third_party.emacsPackagesNg; with third_party.emacs; @@ -115,7 +115,7 @@ let ]) ++ # Custom packages - (with pkgs.tools.emacs-pkgs; [ + (with depot.tools.emacs-pkgs; [ carp-mode exwmMaster dottime -- cgit 1.4.1