From 66f75fae616d8e36c901bbb594225d1c630fbceb Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 14 Aug 2023 13:13:49 -0500 Subject: [PATCH] Switched to patched nix-straight fork --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 75c6c6e..b3a5989 100644 --- a/flake.lock +++ b/flake.lock @@ -200,15 +200,16 @@ "nix-straight": { "flake": false, "locked": { - "lastModified": 1666982610, - "narHash": "sha256-xjgIrmUsekVTE+MpZb5DMU8DQf9DJ/ZiR0o30L9/XCc=", - "owner": "nix-community", + "lastModified": 1692033740, + "narHash": "sha256-oCd0yJiMArPr20nYVz/HGU1bmZnmiS30n9Z4MKZUHj0=", + "owner": "librephoenix", "repo": "nix-straight.el", - "rev": "ad10364d64f472c904115fd38d194efe1c3f1226", + "rev": "1e4a1375b04acb8a88d123a91585734410192d42", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "librephoenix", + "ref": "pgtk-patch", "repo": "nix-straight.el", "type": "github" } diff --git a/flake.nix b/flake.nix index 7aa5a2d..6e90d34 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ explain-pause-mode.flake = false; format-all.url = "github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3"; format-all.flake = false; - nix-straight.url = "github:nix-community/nix-straight.el"; + nix-straight.url = "github:librephoenix/nix-straight.el?ref=pgtk-patch"; nix-straight.flake = false; nose.url = "github:emacsattic/nose"; nose.flake = false;