From 61d86b7f57cad2be4388373c2033ccbcb7c882e8 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 7 Apr 2025 15:20:17 +0100 Subject: [PATCH] flake: pin lix version --- flake.lock | 17 +++++++---------- flake.nix | 3 ++- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index cc4aa83..64b47f4 100644 --- a/flake.lock +++ b/flake.lock @@ -238,18 +238,15 @@ ] }, "locked": { - "lastModified": 1741892773, - "narHash": "sha256-8oUT6D7VlsuLkms3zBsUaPBUoxucmFq62QdtyVpjq0Y=", - "ref": "stable", - "rev": "ed7a2fa83145868ecb830d6b3c73ebfd81a9e911", - "revCount": 130, - "type": "git", - "url": "https://git.lix.systems/lix-project/nixos-module" + "lastModified": 1742943028, + "narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=", + "rev": "868d97695bab9d21f6070b03957bcace249fbe3c", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c" }, "original": { - "ref": "stable", - "type": "git", - "url": "https://git.lix.systems/lix-project/nixos-module" + "type": "tarball", + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index 4b3c089..5962bf5 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,8 @@ nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable"; + # 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.92.0-3.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; };