installer: substitute packages from local nix store

this can speed up the installation if both the installer and the
installed system use similar versions.
This commit is contained in:
Jörg Thalheim
2025-01-14 15:47:53 +01:00
committed by Mic92
parent 010caab16c
commit 2b18e6eccc

View File

@@ -55,6 +55,8 @@ in
network-status
];
nix.settings.extra-substituters = [ "/" ];
########################################################################################################
# #
# Copied from: #