feat: catchup local installer to remote

This commit is contained in:
Leon Schwarzäugl 2024-12-28 14:11:03 +01:00
parent 665abecc5b
commit cb47c8e13e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 347 additions and 64 deletions

View file

@ -218,6 +218,11 @@
program = "${self.packages.${system}.swarsel-install}/bin/swarsel-install";
};
postinstall = {
type = "app";
program = "${self.packages.${system}.swarsel-postinstall}/bin/swarsel-postinstall";
};
rebuild = {
type = "app";
program = "${self.packages.${system}.swarsel-rebuild}/bin/swarsel-rebuild";