From 43d30f03bcfdd8d7b2fcbb029cdd1b28d6a2adb6 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 15 Jan 2023 19:41:39 +0100 Subject: [PATCH] Downgraded Emacs version --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 56582fe..de8b431 100644 --- a/flake.lock +++ b/flake.lock @@ -149,16 +149,16 @@ "emacsSource": { "flake": false, "locked": { - "lastModified": 1673649484, - "narHash": "sha256-7layqu2c1kB+tNAqV0zc1cgy2eNrUP5Prhzxxndmb40=", - "ref": "emacs-29", - "rev": "59c3c53efa43e82f0f2e48a4c27d5bd623201d4a", - "revCount": 164164, + "lastModified": 1666690703, + "narHash": "sha256-e5kKIEZJB9BGbBvGtiPK3gNygFoGxkG02nRLCwnGtmk=", + "ref": "refs/heads/master", + "rev": "72a94f91fd0570556ce770dc3a39e658f7588f7e", + "revCount": 161409, "type": "git", "url": "git://git.savannah.gnu.org/emacs.git" }, "original": { - "ref": "emacs-29", + "rev": "72a94f91fd0570556ce770dc3a39e658f7588f7e", "type": "git", "url": "git://git.savannah.gnu.org/emacs.git" } diff --git a/flake.nix b/flake.nix index 5fba6e4..01d0714 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ comma.url = "github:nix-community/comma"; rock5b.url = "github:aciceri/rock5b-nixos"; emacsSource = { - url = "git://git.savannah.gnu.org/emacs.git?ref=emacs-29"; + url = "git://git.savannah.gnu.org/emacs.git?rev=72a94f91fd0570556ce770dc3a39e658f7588f7e"; flake = false; }; };