From 201e023c671c50c0ee2efe5ca11143161166a736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Fri, 21 May 2021 00:08:34 +0200 Subject: [PATCH] Updating straight.el version used The new straight version won't unhelpfully override `(org-version)` and `(org-revision)` with with its custom implementation that only work in a git repository. This change will make `elfeed` package work again. (Setting `straight-fix-org` to `nil` would have also resolved the issue) The updated `straight.el` version also plays along better with emacsGcc. Relates-to: vlaci/nix-straight.el#2 Fixes: #158 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 43b6cb1..8bc57e8 100644 --- a/flake.lock +++ b/flake.lock @@ -147,16 +147,16 @@ "nix-straight": { "flake": false, "locked": { - "lastModified": 1592852066, - "narHash": "sha256-IwmBDtGv7GamiwCG+awZN6VgtHqJElkv/ic0VrVXAkI=", + "lastModified": 1621543597, + "narHash": "sha256-E/m2Hrw2og//CfOCOWe2yapYC01Tqhozn4YMPYJsC3o=", "owner": "vlaci", "repo": "nix-straight.el", - "rev": "9e6f7d71760b997b09d9bd3046257bc9ec17265b", + "rev": "8e84d04f10b2298de856b2b8b9a0d13abc91b5ca", "type": "github" }, "original": { "owner": "vlaci", - "ref": "v2.1.0", + "ref": "v2.2.0", "repo": "nix-straight.el", "type": "github" } diff --git a/flake.nix b/flake.nix index 07332c5..dd44a29 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ evil-quick-diff.flake = false; explain-pause-mode.url = "github:lastquestion/explain-pause-mode"; explain-pause-mode.flake = false; - nix-straight.url = "github:vlaci/nix-straight.el/v2.1.0"; + nix-straight.url = "github:vlaci/nix-straight.el/v2.2.0"; nix-straight.flake = false; nose.url= "github:emacsattic/nose"; nose.flake = false;