<patagonicus>
Sigh. Made the mistake of pulling a new version of nixpkgs. After rebuilding everything python2.7-futures is failing, so I didn't get around to testing more kernel configs/variations.
<simpson>
patagonicus: `git reflog` can help you find where your head was at before. Good luck.
alp has quit [Ping timeout: 272 seconds]
<patagonicus>
Oh, I know. But I don't want to stay at an old version so I'll have to deal with this eventually. And finding offending commits is easier if you test new commits frequently. At work finding bugs is always easier with the stuff we release multiple times a week than with the stuff with ~weekly releases. :)
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-aarch64
alp has joined #nixos-aarch64
<patagonicus>
Huh. I built it with nix-build '<nixpkgs>' -A python27Packages.futures and that worked. Maybe it doesn't like being build in parallel with other software?
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 272 seconds]
tilpner has joined #nixos-aarch64
tilpner has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
wavirc22 has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
wavirc22 has joined #nixos-aarch64
alp has quit [Ping timeout: 258 seconds]
alp has joined #nixos-aarch64
cole-h has joined #nixos-aarch64
<patagonicus>
Ok, some progress. :) With the latest mainline kernel at least the ethernet works after a reboot. The SATA port still doesn't, but it's something.
alp has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
Thra11 has joined #nixos-aarch64
alp has joined #nixos-aarch64
matias_ has joined #nixos-aarch64
cript0nauta has quit [Ping timeout: 240 seconds]
cole-h has quit [Quit: Goodbye]
<Thra11>
Cross compiling for armv7l-linux, it appears to want to build at least 2 'variants' of perl-5.30.2 (Same perl version, different store path. I'm running `nix-build '<nixpkgs/nixos>' -A pkgs.hello --argstr system armv7l-linux`) Is this normal? Is it doing some sort of minimal bootstrap perl + actual full perl or something?
<ashkitten>
samueldr: cosmo get!
<samueldr>
nixos when?
<samueldr>
;)
<ashkitten>
as soon as i find a microsd card in this apartment
<ashkitten>
honestly not sure if i like the keyboard that much, it's a bit crunchy
<samueldr>
it's all the dvorak crumbs getting stuck in-between the keys
alp has quit [Ping timeout: 272 seconds]
t184256 has left #nixos-aarch64 ["Error from remote client"]
<ashkitten>
purchased a microsd card, next day shipping and all
t184256 has joined #nixos-aarch64
<Thra11>
So it looks like you can specify `systems = [ "aarch64-linux" "armv7l-linux" ];` instead of `system = "aarch64-linux";` in your buildMachines. Couldn't find it in the anywhere in docs, only in the source.
<Thra11>
(Looks like I actually asked the original question in #nixos)