fix: avoid hardcoding lix version

This commit is contained in:
electria 2026-05-26 11:44:33 -07:00
commit f8f309c54b
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -17,11 +17,11 @@ in
config = lib.mkIf cfg.enable {
# use lix, a fork of nix
# see: https://lix.systems/about
nix.package = pkgs.lixPackageSets.lix_2_95.lix;
nix.package = pkgs.lixPackageSets.latest.lix;
# overlays so that all nix tools use lix
nixpkgs.overlays = [
(final: prev: {
inherit (prev.lixPackageSets.lix_2_95)
inherit (prev.lixPackageSets.latest)
nixpkgs-review
nix-eval-jobs
nix-fast-build