From 2c74301ec48aff9f6659eb6c4e4f5919069f544e Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 19 Apr 2026 17:59:38 +0200 Subject: [PATCH] lix: update package to latest This fixes an issue with nix-shell --- common/default.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/default.nix b/common/default.nix index 69fc017..cd0c15a 100644 --- a/common/default.nix +++ b/common/default.nix @@ -227,7 +227,7 @@ in # Enable all sysrq functions (useful to recover from some issues): boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command) - nix.package = pkgs.lix; + nix.package = pkgs.lixPackageSets.latest.lix; nix.settings.trusted-users = [ "spiollinux" ]; # override tmpdir for daemon diff --git a/flake.nix b/flake.nix index 5ad6638..1dbe155 100644 --- a/flake.nix +++ b/flake.nix @@ -199,7 +199,7 @@ pkgs.git pkgs.coreutils pkgs.findutils - pkgs.lix + pkgs.lixPackageSets.latest.lix pkgs.jq pkgs.unixtools.hostname ]