mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
7 lines
159 B
Nix
7 lines
159 B
Nix
|
final: prev:
|
||
|
with final; {
|
||
|
magic_rb.emacsclient-remote =
|
||
|
prev.writeShellScriptBin
|
||
|
"emacsclient-remote" (builtins.readFile ./emacsclient-remote);
|
||
|
}
|