From c51e9e35e440708651d1965f3e0f7b42cadf1f03 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 18 Aug 2025 16:13:18 -0700 Subject: [PATCH] fix: flake-compat ??? --- flake.lock | 18 ++++++++---------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index c8a4c5ff..a9723ad5 100644 --- a/flake.lock +++ b/flake.lock @@ -336,18 +336,16 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1751685974, - "narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", - "ref": "main", - "rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", - "revCount": 92, - "type": "git", - "url": "https://git.lix.systems/lix-project/flake-compat" + "lastModified": 1733328505, + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", + "revCount": 69, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz?rev=ff81ac966bb2cae68946d5ed5fc4994f96d0ffec&revCount=69" }, "original": { - "ref": "main", - "type": "git", - "url": "https://git.lix.systems/lix-project/flake-compat" + "type": "tarball", + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" } }, "flake-parts": { diff --git a/flake.nix b/flake.nix index 8eaf4a61..58352bdd 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ }; # to allow non-nix 2.4 evaluation flake-compat = { - url = "git+https://git.lix.systems/lix-project/flake-compat?ref=main"; + url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"; flake = false; }; rbw-bitw = {