From 2db24414b1afc013d99b004833a52f352790effd Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 19 Dec 2024 10:54:20 -0500 Subject: [PATCH] Nix: manually specify Lix (again) --- modules/nixos/system/nix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/system/nix/default.nix b/modules/nixos/system/nix/default.nix index d45e7ad..8773afa 100644 --- a/modules/nixos/system/nix/default.nix +++ b/modules/nixos/system/nix/default.nix @@ -28,6 +28,9 @@ in config = lib.mkMerge [ { nix = { + # Use Lix in place of Nix + package = inputs.lix.packages.${system}.default; + # Ensure we can still build when secondary caches are unavailable extraOptions = '' fallback = true