DavHau / nix-on-armv7l

Nix without NixOS on arm32v7 / armv7l / Raspberry Pi OS / Raspbian
MIT License
19 stars 3 forks source link

how should we updated nix? #5

Open Fuseteam opened 3 years ago

Fuseteam commented 3 years ago

i took a quick look at the dockerfile and iiuc this is build from 19.09 should it be updated to build from 20.09?

DavHau commented 3 years ago

Yes, I think it would be great to update it. Feel free to open a PR.

A big plus would be if it would be built by a github action.

Fuseteam commented 3 years ago

yeah was thinking about that, but my attempts to build armv7 binaries with github action aren't exactly successful so far

Fuseteam commented 3 years ago

i attempted to build via a github action anyway, so far I'm running into errors: https://github.com/Fuseteam/nix-on-armv7l/runs/2169469019?check_suite_focus=true

DavHau commented 3 years ago

This whole project will hopefully become obsolete after https://github.com/NixOS/nix/pull/2667 It might not be worth putting any more effort into it. The mentioned PR just needed to add binaryTarball targets as well, which currently seem to be missing.

Fuseteam commented 3 years ago

oh cool so official support is in the work, awesome!

Fuseteam commented 3 years ago

hmmm you haven't received an response

Fuseteam commented 3 years ago

looks like it is merged! but i have no idea how to make use of it lol