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