dotfiles/nixos/home-manager/packages/emacsclient-remote/default.nix

3 lines
139 B
Nix
Raw Normal View History

{ nixpkgs, nixpkgs-unstable, nixpkgs-master }:
(nixpkgs.writeShellScriptBin "emacsclient-remote" (builtins.readFile ./emacsclient-remote))