about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-12-10T10·22+0100
committertazjin <mail@tazj.in>2020-12-14T19·41+0000
commita9014203b602d62d7cd932cd75385ea42bb7fdfa (patch)
tree5bd088f45184d55cfb874c6b53bb04c0e3e59db1 /users
parent316a4fa1e0ba6254d90df9181e5d72ff693af055 (diff)
chore(3p/lieer): Upgrade to lieer 1.3 r/2014
* 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 <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/nixos/frog/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix
index a3e263d095..2f0b204a61 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 ++ [