Nix: manually specify Lix (again)
This commit is contained in:
parent
11dbd07779
commit
2db24414b1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue