I've stared at it wistfully but didn't get around to it yet :) Can you please add --show-trace so we can see how the failure happens?
Basically, you're in this bit of code: https://github.com/NixOS/nixpkgs/blob/3a33731e5468b52c887154192d2b970e8bbf04f8/nixos/modules/installer/tools/nixos-rebuild.sh#L144-L168 and the unsupported message is because it doesn't have a hardcoded binary path. Wout. On Thu, Sep 25, 2014 at 1:13 PM, Tim Barbour <[email protected]> wrote: > Starting from the installation image on the Wiki, I managed to get my > Raspberry Pi Model B up-to-date WRT nixos-13.10 . I then changed the > channel > to nixos-14.04, updated the channel, and ran "nixos-rebuild build", > resulting > in the following output: > > building Nix... > error: user-thrown exception: the package ‘nix-1.7’ in «unknown-file» is > not supported on ‘armv6l-linux’ > (use `--show-trace' to show detailed location information) > error: user-thrown exception: the package ‘nix-1.8pre3718_51485dc’ in > «unknown-file» is not supported on ‘armv6l-linux’ > (use `--show-trace' to show detailed location information) > error: user-thrown exception: the package ‘nix-1.8pre3718_51485dc’ in > «unknown-file» is not supported on ‘armv6l-linux’ > (use `--show-trace' to show detailed location information) > > which seems to be saying that nix no longer runs on armv6l-linux from 1.7 > onwards. > > Has anyone else tried running nixos-14.04 on ARM ? > > Tim > --- > GPG public key available at: > http://phasechangeit.com/~trb/gpg-key or > http://subkeys.pgp.net:11371 > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
