From f8f309c54bc0a7eb188a2f1e7ce887da0810f749 Mon Sep 17 00:00:00 2001 From: electria Date: Tue, 26 May 2026 11:44:33 -0700 Subject: [PATCH] fix: avoid hardcoding lix version --- defaults/lix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/lix.nix b/defaults/lix.nix index 998a5a4..b1eae5d 100644 --- a/defaults/lix.nix +++ b/defaults/lix.nix @@ -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