feat: provide installation from local ISO

This commit is contained in:
Swarsel 2024-12-19 17:40:25 +01:00
parent 57135bd505
commit 9e8324ad27
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 313 additions and 42 deletions

View file

@ -211,6 +211,11 @@
type = "app";
program = "${self.packages.${system}.swarsel-install}/bin/swarsel-install";
};
rebuild = {
type = "app";
program = "${self.packages.${system}.swarsel-rebuild}/bin/swarsel-rebuild";
};
});
devShells = forAllSystems (
system: