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 --- third_party/emacs/carp-mode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/emacs') diff --git a/third_party/emacs/carp-mode.nix b/third_party/emacs/carp-mode.nix index 869cf05c19..9fab1f8663 100644 --- a/third_party/emacs/carp-mode.nix +++ b/third_party/emacs/carp-mode.nix @@ -1,6 +1,6 @@ { pkgs, ... }: -with pkgs.third_party; +with pkgs; with emacsPackagesNg; melpaBuild rec { -- cgit 1.4.1