feat: update lix to 1.29.1-1
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 2s

This fixes the `nixos-option` build issues with the upgrade to 24.11
This commit is contained in:
Jalil David Salamé Messina 2024-11-20 18:43:28 +01:00
parent 123fbae06b
commit f2e8f59c6a
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@
unstable.url = "nixpkgs/nixos-unstable";
# Lix
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/2.91.1-1.tar.gz";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.inputs.systems.follows = "systems";