Fixed lix not building

This commit is contained in:
Tyler Mayoff 2025-04-11 10:30:52 -04:00
parent 2703d94a4c
commit 87c5e91eb0
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
3 changed files with 23 additions and 24 deletions

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
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/2.92.0-3.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {