chore: update lix module

This commit is contained in:
Tim Schubert 2025-05-17 12:30:20 +02:00
parent 210fa098ae
commit 2917f96631
No known key found for this signature in database
2 changed files with 46 additions and 16 deletions

View file

@ -27,9 +27,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";