orivej has quit [(Ping timeout: 265 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 260 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 260 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 256 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Remote host closed the connection)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 268 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 276 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 240 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 240 seconds)]
orivej has joined joined #nixos-aarch64
orivej has quit [(Ping timeout: 264 seconds)]
orivej has joined joined #nixos-aarch64
<flokli> samueldr: Dezgeg: got nix finally working on the clearfog o/
<flokli> building configuration is slow as a dog, though
<samueldr> nix or nixos?
<flokli> nixos
<samueldr> even more awesome
<samueldr> upstream kernel?
<flokli> it was as simple as dd-ing the regular sd-image-armv7l-linux.img to the sd, then the ubootClearfog on top of it and booting it
<samueldr> then yes, :)
<flokli> yes
<flokli> now we just need moar packages on cache.nixos.org ;-)
<flokli> compiling bash atm
<samueldr> hmm
<samueldr> just checking
<samueldr> you did add Dezgeg's cache to your configuration?
<flokli> not yet. wanted to do this in my configuration, which I wanted to git clone to this machine
<flokli> will add it now :-D
<samueldr> yeah, otherwise you may compile for a while
<flokli> right :-)
<samueldr> though, updating channels sometimes cause compilation when the cache lags (understandably) behind, (especially on ARMv6)
<flokli> sure
<flokli> oh wow
<flokli> just saw boot.postBootCommands in sd-image.nix
<flokli> really sweet :-)
<samueldr> isn't it just wonderful?
<samueldr> I just love how, partition map non-withstanding, the sd-image is both the installer and the target device, and you're free to do as you wish
<flokli> it's just awesome, and spares you a lot of headaches
<flokli> kudos to tuomas
<samueldr> (that's Dezgeg)
<flokli> ah, ok :-)
<flokli> well, seems like I still need to rebuild gcc immediatly. even when only adding Dezgeg's cache
<samueldr> (for statistical purposes) did you update the channel?
<flokli> it was 'nixos-rebuild switch' only
<samueldr> ok
<flokli> should I --upgrade before?
<flokli> maybe we should pre-bake his cache into the images, as long as armv7l is not (yet?) on the generic nix cache
<samueldr> updating the channels, in my own experience, more often causes rebuilds (du to the understandably lagging cache)
<samueldr> unless you're using something that's not in the default set built, not updating (at first) may help
<samueldr> give me a sec, I'm getting that set
<flokli> yeah, in theory this should really be enough