flake: Fiddle with Lix versions to work around bug

This commit is contained in:
Katherina Walshe-Grey 2025-08-14 22:41:16 +01:00
parent 1e11359c1a
commit 9ea1a70495
2 changed files with 15 additions and 5 deletions

View file

@ -4,11 +4,18 @@
nixpkgs-small.url = "github:NixOS/nixpkgs/nixos-25.05-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
lix = {
# use unreleased 2.93 branch due to https://git.lix.systems/lix-project/lix/issues/943 until lix cuts a new 2.93.x release
url = "https://git.lix.systems/lix-project/lix/archive/release-2.93.tar.gz";
flake = false;
};
lix-module = {
# lix haven't figured out automatic updates yet: https://git.lix.systems/lix-project/nixos-module/issues/39
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
home-manager = {