#who knows, maybe we'll do a v0.11.0 in a
1 messages ยท Page 1 of 1 (latest)
https://github.com/vito/dagger/commit/f2853e5e14414494c9d060999260739cca0be0f0
got stuck on TUI intricacies, since cleanly handing off the TTY to a newly exec'd process is a little annoying given other related plumbing, but it's kinda neat!
lol I wish I had seen this earlier, I think I described the same sort of idea here: https://github.com/dagger/dagger/issues/5993#issuecomment-1965307584
So yeah that sounds extremely relevant to my interests once I get to that issue ๐
Actually, mildly tangential question, does nix support running on macos? And as a stretch, on windows? Because the hardest part of what I described there was getting interpreted langs into an executable format. I mentioned appimage, but that's Linux-only afaik, but now wondering if it would somehow be possible to export nix flakes in a self-contained format?
Yep, flakes support mac and i would guess windows. Everything is keyed by platform, so the flake itself has to support it, but it's a first-class part of the design
(and yeah your comment sounds like pretty much the same mechanics haha)