From adc21e0edeaea322a2f8e262bdd9e31af4c990fd Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 4 Feb 2025 10:55:21 +0100 Subject: [PATCH] Use Lix 2.92.0 Signed-off-by: Stefan Ellmauthaler --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6592c40..10f315c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ #}; lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; };