diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-21T12·47+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-21T13·54+0000 |
commit | 4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 (patch) | |
tree | ffd6c2c6758f655801ea6497b3dd9d2f2d04ebc9 /tools/emacs | |
parent | 5d9d84f4cfdbed049e71ce6f15bb1ad8650f7acf (diff) |
chore: Rename pkgs->depot in all Nix file headers r/559
Diffstat (limited to 'tools/emacs')
-rw-r--r-- | tools/emacs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index dda7788b4355..099cc6505216 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 |