1
0
Fork 0

Nix: manually specify Lix (again)

This commit is contained in:
Aires 2024-12-19 10:54:20 -05:00
parent 11dbd07779
commit 2db24414b1

View file

@ -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