diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-18T19·19+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2020-06-18T19·19+0100 |
commit | 0b0e8c2da77979eaea9e0b0da865d35bd86936d5 (patch) | |
tree | 0327dfb1eddc1c4f1847f27043699fb57fed31be /users/tazjin/nixos | |
parent | 9448a2262b79e67c6b8b9a53cd806cd1f57d3da7 (diff) |
chore(tazjin/emacs): Move //tools/emacs to //users/tazjin/emacs r/1025
Change-Id: I9dfbd0bb1fd3e215bb91c5734fb0934ee3faeae6
Diffstat (limited to 'users/tazjin/nixos')
-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 7da724d9cf96..3b99f082f5a9 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -9,7 +9,7 @@ config: let # add google-c-style here because other machines get it from, eh, # elsewhere. - frogEmacs = (depot.tools.emacs.overrideEmacs(epkgs: epkgs ++ [ + frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [ depot.third_party.emacsPackages.google-c-style ])); in depot.lib.fix(self: { |