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 /users/tazjin/nixos/frog/default.nix | |
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 'users/tazjin/nixos/frog/default.nix')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 2f0b204a615b..dcc955f96811 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -242,7 +242,7 @@ in depot.lib.fix(self: { curl direnv dnsutils - emacs26 # mostly for emacsclient + emacs27 # mostly for emacsclient exa fd file |