Rebase on top of detsys-ts for abstracting over install.determinate.systems #74

Merged
grahamc merged 13 commits from detsys-ts into main 2024-04-11 15:58:56 +00:00
Showing only changes of commit 35c3f12d0a - Show all commits

View file

@ -1025,6 +1025,7 @@ function main(): void {
const installer = new NixInstallerAction(); const installer = new NixInstallerAction();
installer.idslib.onMain(async () => { installer.idslib.onMain(async () => {
throw new Error("hello!");
await installer.detectAndForceDockerShim(); await installer.detectAndForceDockerShim();
await installer.install(); await installer.install();
}); });