mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-27 18:46:13 +01:00
3 lines
139 B
Nix
3 lines
139 B
Nix
|
{ nixpkgs, nixpkgs-unstable, nixpkgs-master }:
|
||
|
(nixpkgs.writeShellScriptBin "emacsclient-remote" (builtins.readFile ./emacsclient-remote))
|