<aanderse>
i want to use a custom switch-to-configutation script
<aanderse>
i modified it and want to test it out on my system
<andi->
I would somehow love if that activation thingy wouldn't require a script runtime...
<andi->
Less dependencies in the minimal system
<arianvp>
aanderse: nix-build '<nixpkgs/nixos>' and then call ./result/bin/switch-to-configuration
<arianvp>
im off to bed now
<aanderse>
g'night
<aanderse>
thanks
<andi->
Given that most of the logic in the switch-to-configuration script mostly cares about systemd service I wonder what upstream systemd thinks about swapping the running set of services with a new set of services... It would feel wrong just translating that to yet another script language while the current information/line ratio seems not to bad right now. We would still have some things like
<andi->
swap, mounts, … to take care of but that might be trivial in $shell?