update lix to beta

This commit is contained in:
Grisha Shipunov 2025-02-10 12:07:38 +01:00
parent f4a7e1ee38
commit c95ccef488
2 changed files with 21 additions and 12 deletions

View file

@ -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 = {