Update emacs

This commit is contained in:
Alexander Bantyev 2020-08-27 17:04:32 +03:00
parent e010805a86
commit d853ac48b6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -106,11 +106,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1597418359, "lastModified": 1598352458,
"narHash": "sha256-gPisVlIfQyZfNg4FA63N1onQRoXyXmvsSnfMxGSXOaE=", "narHash": "sha256-mcIJ0IPKHBHKXdLimFXYRPU2n9E03o6SvB4t+oa9DyU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "13e49be6602314fe5e5d7beb8a807d5d892e864e", "rev": "3ccf3801fb1c3aac6a170318d367bc2e75ac590e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -15,7 +15,7 @@ with import ../support.nix { inherit lib config; }; {
name = "emacsclient"; name = "emacsclient";
text = '' text = ''
#!${pkgs.bash}/bin/bash #!${pkgs.bash}/bin/bash
${config.home-manager.users.balsoft.programs.emacs.finalPackage}/bin/emacsclient -s /tmp/emacs1000/server -c $@''; ${config.home-manager.users.balsoft.programs.emacs.finalPackage}/bin/emacsclient -s /run/user/1000/emacs/server -c $@'';
executable = true; executable = true;
}); });
desktop = "emacsclient"; desktop = "emacsclient";