diff --git a/flake.lock b/flake.lock index 7b8d725..53e149f 100644 --- a/flake.lock +++ b/flake.lock @@ -755,15 +755,16 @@ "lix": { "flake": false, "locked": { - "lastModified": 1715824080, - "narHash": "sha256-kWC51F+F2sRVoVP2KuBGnHMM4Dq+vgU1Jqd/zVSbMs8=", - "ref": "refs/heads/main", - "rev": "9249c89dc617084640848d4b429311ed3dc152d9", - "revCount": 15572, + "lastModified": 1714955862, + "narHash": "sha256-REWlo2RYHfJkxnmZTEJu3Cd/2VM+wjjpPy7Xi4BdDTQ=", + "ref": "refs/tags/2.90-beta.1", + "rev": "b6799ab0374a8e1907a48915d3187e07da41d88c", + "revCount": 15501, "type": "git", "url": "https://git@git.lix.systems/lix-project/lix" }, "original": { + "ref": "refs/tags/2.90-beta.1", "type": "git", "url": "https://git@git.lix.systems/lix-project/lix" } @@ -780,11 +781,11 @@ ] }, "locked": { - "lastModified": 1715825027, - "narHash": "sha256-S13A4wjZ/3TH3x8UmSqojVs9o67eh6yL3gCt7omT5DU=", + "lastModified": 1715863402, + "narHash": "sha256-WbNIHMe+NPRtn7AwFhIDYwMWwgTNJ5pVUXfcdhxv8ek=", "ref": "refs/heads/main", - "rev": "fbc1c1c4daaefa601e2042c97927e540e9f4467d", - "revCount": 79, + "rev": "36dbb9dbfbac2b72c431a3a934258079931d0065", + "revCount": 80, "type": "git", "url": "https://git.lix.systems/lix-project/nixos-module" }, diff --git a/flake.nix b/flake.nix index 81cb6b3..6e38e0b 100644 --- a/flake.nix +++ b/flake.nix @@ -54,8 +54,7 @@ nix-on-droid.url = "github:nix-community/nix-on-droid"; nixd.url = "github:nix-community/nixd"; lix = { - # url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; - url = "git+https://git@git.lix.systems/lix-project/lix"; + url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; flake = false; }; lix-module = {