Add sos script for faster nixos-updates

This uses the remote builder as nix store, so the build dependencies for
the new system do not have to be present locally.
Therefore, if hydra built the system it should be possible to just
download the output derivation.
This commit is contained in:
2025-03-14 09:16:50 +01:00
parent 4745b90cea
commit df00e58bd9
2 changed files with 39 additions and 0 deletions

View File

@ -74,6 +74,7 @@ in
## My scripts
frajul.edit-config
frajul.lntocp
frajul.sos
];
};
}