Snowfall - fix Lix
This commit is contained in:
parent
1ebf66e78d
commit
2b2c416e49
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue