diff options
author | Aspen Smith <root@gws.fyi> | 2023-08-15T14·05-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-17T16·10+0000 |
commit | 5cc62fc998ba345253be33d024e7e47178eb1508 (patch) | |
tree | a6a12a64b4d4c88dd3dc0a33acd9e66851905ae7 /users | |
parent | a19a4b0b84f5cb760adcb8896e762a463634ebd6 (diff) |
chore(grfn/home): Use stable emacs r/6485
I don't really need anything from unstable emacs atm, and it's... unstable. Change-Id: Ibd30f9f767e374c7e9fc125c494c414fd26815a7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9082 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/modules/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix index 4130379c3d1f..3db4e293f867 100644 --- a/users/grfn/system/home/modules/emacs.nix +++ b/users/grfn/system/home/modules/emacs.nix @@ -65,7 +65,7 @@ in programs.emacs = { enable = true; - package = pkgs.emacs-unstable; + package = pkgs.emacs; extraPackages = (epkgs: (with epkgs; [ tvlPackages.dottime |