diff --git a/flake.lock b/flake.lock index 7aa0420..c141909 100644 --- a/flake.lock +++ b/flake.lock @@ -157,11 +157,11 @@ "lix": { "flake": false, "locked": { - "lastModified": 1753042913, - "narHash": "sha256-qJbb3maOuWoQPI1cN1w1ha/ks+gxGWWr75GCNQjsaeo=", + "lastModified": 1753223229, + "narHash": "sha256-tkT4aCZZE6IEmjYotOzKKa2rV3pGpH3ZREeQn7ACgdU=", "ref": "release-2.93", - "rev": "dc6d5962a57659b4f54ebdf0c8676847bd80212a", - "revCount": 17880, + "rev": "7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a", + "revCount": 17883, "type": "git", "url": "https://git.lix.systems/lix-project/lix" }, @@ -180,15 +180,15 @@ ] }, "locked": { - "lastModified": 1751240025, - "narHash": "sha256-SXUAlxpjPRkArRMHy5+Hdi+PiC+ND9yzzIjiaHmTvQU=", - "rev": "8b1094356f4723d6e89d3f8a95b333ee16d9ab02", + "lastModified": 1753282722, + "narHash": "sha256-KYMUrTV7H/RR5/HRnjV5R3rRIuBXMemyJzTLi50NFTs=", + "rev": "46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/8b1094356f4723d6e89d3f8a95b333ee16d9ab02.tar.gz?rev=8b1094356f4723d6e89d3f8a95b333ee16d9ab02" + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873.tar.gz?rev=46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873" }, "original": { "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz" + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index 39bf975..7c5e3fb 100644 --- a/flake.nix +++ b/flake.nix @@ -7,14 +7,8 @@ lix-module = { # 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"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-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 = {