+60
-40
nixos/modules/system/activation/activation-script.nix
+60
-40
nixos/modules/system/activation/activation-script.nix
···+set' = filterAttrs (_: v: onlyDry -> v.supportsDryActivation) (mapAttrs (_: v: if isString v then (noDepEntry v) // { supportsDryActivation = false; } else v) set);·········+default = systemActivationScript (removeAttrs config.system.activationScripts [ "script" ]) true;···
+6
nixos/modules/system/activation/switch-to-configuration.pl
+6
nixos/modules/system/activation/switch-to-configuration.pl
······print STDERR "would NOT stop the following changed units: ", join(", ", sort(keys %unitsToSkip)), "\n"print STDERR "would restart the following units: ", join(", ", sort(keys %unitsToRestart)), "\n"
+5
-2
nixos/modules/system/activation/top-level.nix
+5
-2
nixos/modules/system/activation/top-level.nix
······or "echo 'Warning: do not know how to make this configuration bootable; please enable a boot loader.' 1>&2; true";