From c95ccef48865c4eb59270ef19c52cb6f820f26ed Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 10 Feb 2025 12:07:38 +0100 Subject: update lix to beta --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 52c4b5f..142608e 100644 --- a/flake.nix +++ b/flake.nix @@ -30,9 +30,15 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + lix = { + url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; + flake = false; + }; + lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.lix.follows = "lix"; }; website = { -- cgit v1.3.1