nakato / nixos-sbc

Nix Flake to make managing Single Board Computers easy and repeatable.
MIT License
26 stars 7 forks source link

raspberryPiFirmware build tries to patrch the disk image #22

Closed tbaumann closed 2 months ago

tbaumann commented 2 months ago

I noticed

raspberryPiFirmware.img-aarch64-linux> shrinking RPATHs of ELF executables and libraries in /nix/store/jz5bznpibll4z73fy5q8r6ikh1s38rmq-raspberryPiFirmware.img
raspberryPiFirmware.img-aarch64-linux> checking for references to /build/ in /nix/store/jz5bznpibll4z73fy5q8r6ikh1s38rmq-raspberryPiFirmware.img...
raspberryPiFirmware.img-aarch64-linux> patching script interpreter paths in /nix/store/jz5bznpibll4z73fy5q8r6ikh1s38rmq-raspberryPiFirmware.img

It tries to patch the disk image. It takes a lot of time and I fear it wouldn't be good if it actually succeeded to patch anything

perhaps add a dontPatch = true;

tbaumann commented 2 months ago

sorry, dontFixup I guess