Nix: manually specify Lix (again)
This commit is contained in:
parent
11dbd07779
commit
2db24414b1
|
@ -28,6 +28,9 @@ in
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
|
# Use Lix in place of Nix
|
||||||
|
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 = ''
|
||||||
fallback = true
|
fallback = true
|
||||||
|
|
Loading…
Reference in a new issue