diff options
author | sterni <sternenseemann@systemli.org> | 2021-03-18T21·08+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-03-19T14·00+0000 |
commit | 90fdd7f23d6cc0d1374332d49218aef9a0d6a52f (patch) | |
tree | 8155b391ad41419b24912455d679289eff98306b /third_party/lieer | |
parent | c32e8424be3257a6ad3f913aa923989a5c0a40ba (diff) |
chore(3p): bump NixOS channels to 2021-03-18 r/2284
Making this a monthly service apparently. Necessary changes: * 3p: expose emacs27 instead of emacs26 which got removed users/tazjin/{camden, frog}: switch from emacs26 to emacs27 * 3p/lieer: google_api_python_client got renamed to google-api-python-client Change-Id: I1011665d10eebc99990addbef6a8a6b000b93896 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2605 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/lieer')
-rw-r--r-- | third_party/lieer/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lieer/default.nix b/third_party/lieer/default.nix index 631be82a8a49..8bd2916c4034 100644 --- a/third_party/lieer/default.nix +++ b/third_party/lieer/default.nix @@ -22,7 +22,7 @@ in python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ notmuch oauth2client - google_api_python_client + google-api-python-client tqdm ]; } |