1
0
Fork 0

Snowfall - fix Lix

This commit is contained in:
Aires 2024-12-06 12:50:45 -05:00
parent 1ebf66e78d
commit 2b2c416e49

View file

@ -5,6 +5,7 @@
lib, lib,
pkgs, pkgs,
namespace, namespace,
system,
... ...
}: }:
@ -30,7 +31,7 @@ in
{ {
nix = { nix = {
# Use Lix in place of 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 # Ensure we can still build when secondary caches are unavailable
extraOptions = '' extraOptions = ''