chore(tazjin/emacs): Move //tools/emacs to //users/tazjin/emacs
Change-Id: I9dfbd0bb1fd3e215bb91c5734fb0934ee3faeae6
This commit is contained in:
parent
9448a2262b
commit
0b0e8c2da7
15 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ with (import ./default.nix {}); [
|
||||||
third_party.lisp # will build all third-party libraries
|
third_party.lisp # will build all third-party libraries
|
||||||
third_party.nix
|
third_party.nix
|
||||||
tools.cheddar
|
tools.cheddar
|
||||||
tools.emacs
|
|
||||||
web.blog
|
web.blog
|
||||||
web.cgit-taz
|
web.cgit-taz
|
||||||
web.tvl
|
web.tvl
|
||||||
|
|
||||||
# tazjin's personal things
|
# tazjin's personal things
|
||||||
|
users.tazjin.emacs
|
||||||
users.tazjin.nixos.camdenSystem
|
users.tazjin.nixos.camdenSystem
|
||||||
users.tazjin.nixos.frogSystem
|
users.tazjin.nixos.frogSystem
|
||||||
]
|
]
|
||||||
|
|
|
@ -9,7 +9,7 @@ config: let
|
||||||
|
|
||||||
# add google-c-style here because other machines get it from, eh,
|
# add google-c-style here because other machines get it from, eh,
|
||||||
# elsewhere.
|
# elsewhere.
|
||||||
frogEmacs = (depot.tools.emacs.overrideEmacs(epkgs: epkgs ++ [
|
frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [
|
||||||
depot.third_party.emacsPackages.google-c-style
|
depot.third_party.emacsPackages.google-c-style
|
||||||
]));
|
]));
|
||||||
in depot.lib.fix(self: {
|
in depot.lib.fix(self: {
|
||||||
|
|
Loading…
Reference in a new issue