From 3dbfd4d03b28b6482c0b6b5e37f9e15553b1a223 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 22 Jul 2025 12:14:53 +0100 Subject: [PATCH] flake: Use Lix 2.93.3 prerelease MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'lix-module/lix': 'https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6.tar.gz?narHash=sha256-J4ycLoXHPsoBoQtEXFCelL4xlq5pT8U9tNWNKm43%2BYI%3D&rev=1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6' (2025-06-29) → 'git+https://git.lix.systems/lix-project/lix?ref=release-2.93&rev=dc6d5962a57659b4f54ebdf0c8676847bd80212a' (2025-07-20) --- flake.lock | 12 +++++++----- flake.nix | 6 ++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 603a35d..1bc273a 100644 --- a/flake.lock +++ b/flake.lock @@ -180,11 +180,13 @@ "lix": { "flake": false, "locked": { - "lastModified": 1751235704, - "narHash": "sha256-J4ycLoXHPsoBoQtEXFCelL4xlq5pT8U9tNWNKm43+YI=", - "rev": "1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6.tar.gz?rev=1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6" + "lastModified": 1753042913, + "narHash": "sha256-qJbb3maOuWoQPI1cN1w1ha/ks+gxGWWr75GCNQjsaeo=", + "ref": "release-2.93", + "rev": "dc6d5962a57659b4f54ebdf0c8676847bd80212a", + "revCount": 17880, + "type": "git", + "url": "https://git.lix.systems/lix-project/lix" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index abbfa7c..0298a96 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,12 @@ # lix haven't figured out automatic updates yet: https://git.lix.systems/lix-project/nixos-module/issues/39 url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; + # Temporary: use 2.93 release branch until 2.93.3 is released + # see bug: https://git.lix.systems/lix-project/lix/issues/917 + inputs.lix = { + url = "git+https://git.lix.systems/lix-project/lix?ref=release-2.93"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; home-manager = {