diff --git a/flake.lock b/flake.lock index 0586ef7..afba12f 100644 --- a/flake.lock +++ b/flake.lock @@ -36,16 +36,17 @@ "emacs-overlay": { "flake": false, "locked": { - "lastModified": 1677176370, - "narHash": "sha256-NK0X/HFOhjT9SKp4WqKj+n9qCiSpzo6EJtXfB47gHGw=", + "lastModified": 1676366521, + "narHash": "sha256-i4UAY8t9Au9SJtsgYppa3NHSVf1YkV6yqnNIQd+Km4g=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "3fc771708d511a1e43dda28202c00c1bc6310e17", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", "type": "github" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", + "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501", "type": "github" } }, diff --git a/flake.nix b/flake.nix index dc2eecd..7aa5a2d 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ doom-emacs.flake = false; doom-snippets.url = "github:doomemacs/snippets"; doom-snippets.flake = false; - emacs-overlay.url = "github:nix-community/emacs-overlay"; + emacs-overlay.url = "github:nix-community/emacs-overlay/c16be6de78ea878aedd0292aa5d4a1ee0a5da501"; emacs-overlay.flake = false; emacs-so-long.url = "github:hlissner/emacs-so-long"; emacs-so-long.flake = false;