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 2a7ff6c1d5
commit 353f7f9dfb

View File

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