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 ]