From a9014203b602d62d7cd932cd75385ea42bb7fdfa Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 10 Dec 2020 11:22:41 +0100 Subject: chore(3p/lieer): Upgrade to lieer 1.3 * rebases the send scope patch * removes the API key override patch, lieer now has a configuration option for this Change-Id: I198e8b61855f6cdb2b1439a1c8f2d9d69261c1b5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2242 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/tazjin/nixos/frog/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'users/tazjin/nixos/frog/default.nix') diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index a3e263d095a1..2f0b204a615b 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -1,12 +1,11 @@ { depot, lib, ... }: config: let + inherit (depot.third_party) lieer; nixpkgs = import depot.third_party.nixpkgsSrc { config.allowUnfree = true; }; - lieer = depot.third_party.lieer {}; - # add google-c-style here because other machines get it from, eh, # elsewhere. frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [ -- cgit 1.4.1