Update timesync + fix emacs warning

master
Yorick van Pelt 2023-10-18 09:50:45 +02:00
parent a8abf3354e
commit 0b97df2b57
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
(pkgs: super: {
# https://github.com/nix-community/emacs-overlay/issues/329#issuecomment-1571155533
emacsUnstablePgtk = super.emacsUnstablePgtk.overrideAttrs (prev: {
emacs-unstable-pgtk = super.emacs-unstable-pgtk.overrideAttrs (prev: {
withTreeSitter = true;
});
})

View File

@ -569,11 +569,11 @@
]
},
"locked": {
"lastModified": 1687787528,
"narHash": "sha256-cAcP0FDWfPTVPaAb4q92LMxNHgfg7fQdMQKU3h0WrBw=",
"lastModified": 1697615173,
"narHash": "sha256-izhFlZg8RZwawl7ZEf6tBMDQx1Q7g0VjNrERWv1AXBg=",
"owner": "datakami",
"repo": "timesync",
"rev": "f1cc532f3d135276ae0f90104ee8a88b5f608a29",
"rev": "f7ecf950742a20dc18d11a87d5c87e5f19d3ab90",
"type": "github"
},
"original": {

View File

@ -1,9 +1,9 @@
{ lib, config, options, pkgs, ... }: let
epkgs = pkgs.emacsPackagesFor pkgs.emacsUnstablePgtk;
epkgs = pkgs.emacsPackagesFor pkgs.emacs-unstable-pgtk;
in {
programs.emacs = {
enable = true;
package = pkgs.emacsUnstablePgtk;
package = pkgs.emacs-unstable-pgtk;
extraConfig = ''
(setq copilot-node-executable "${pkgs.nodejs-slim-18_x}/bin/node")
(setq lsp-nix-server-path "${pkgs.nil}/bin/nil")