Closed crabdancing closed 3 days ago
Hmm. I think this is just because the example is a simple as possible and copies the entire build product directory in the manually written installPhase? In that case, it's not a problem with plaformio2nix
core code. If anything, maybe should open an issue to track adding features to automatically generate sane patchPhase
/buildPhase
/installPhase
defaults for packaging a given PlatformIO project. :P
When building the Marlin example, I end up with a
src/
directory in the.out
derivation root with a lot of.o
files:I think most of this probably shouldn't be here? :P