From 404e6c6366678b93d5f16b26152e44f021b28cc2 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 30 Oct 2024 20:37:52 -0700 Subject: [PATCH] chore: use new lix module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cae25d1..003d65c 100755 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ }; lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; };