From 2b2c416e49ce8d463a6be7837b0e6d239a582eaa Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 6 Dec 2024 12:50:45 -0500 Subject: [PATCH] Snowfall - fix Lix --- modules/nixos/system/nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos/system/nix/default.nix b/modules/nixos/system/nix/default.nix index 6e8318c..7ed3de7 100644 --- a/modules/nixos/system/nix/default.nix +++ b/modules/nixos/system/nix/default.nix @@ -5,6 +5,7 @@ lib, pkgs, namespace, + system, ... }: @@ -30,7 +31,7 @@ in { nix = { # Use Lix in place of Nix - package = pkgs.lix; + package = inputs.lix.packages.${system}.default; # Ensure we can still build when secondary caches are unavailable extraOptions = ''