ryantrinkle has quit [Remote host closed the connection]
ryantrinkle has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 240 seconds]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
<sphalerite>
t184256: I'm guessing the puri.sm folks will be delivering an at least somewhat polished experience with the librem 5, and there are several people who plan to port their stuff to nixpkgs as well
<t184256>
sphalerite: thanks for a hint. I haven't looked at GNOME/phosh yet
ris has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
<samueldr>
bleh
<samueldr>
[03:46:34] <P64ProtocolBot> [T] <TL> however, it seems like tehre is no actual usage for SPI Flash on PinePhone and thinking about not staff on actual production
<samueldr>
[03:47:22] <P64ProtocolBot> [T] <TL> the prototype pinephone taht will deliver soon has both SPI Flash and eMMC.
<samueldr>
not the end of the world. but a bit annoying
<samueldr>
what it means is that I really need to consider magic firmware locations as a thing in mobile-nixos from the get go
<samueldr>
maybe with this I can figure out a great user story for upgrading those u-boot for users t oo
kunstruktur has joined #nixos-aarch64
<kunstruktur>
it's a little slow running nix on some of these platforms isn't it
<kunstruktur>
that's because it has to parse the whole store which is a lot of little files isn't it?
<kunstruktur>
i wonder if i could optimize that somehow. maybe move nixpkgs to a ramfs or something?
<samueldr>
when you say "parse the whole store" and "move nixpkgs", were you thinking for both of them about a nixpkgs checkout?
<kunstruktur>
well if i could share the whole store between multiple machines that would be grand
<samueldr>
because it could be worse :) in addition to having a bunch of little files for a nixpkgs checkout, it may *also* have to deal with the /nix/store/ which has more files :)
<kunstruktur>
yeah i noticed when running nixos-rebuild switch --verbose
<kunstruktur>
it doesn't just look at the nixpkgs checkout in the profile, also looks for stuff in the store
<samueldr>
and yeah, I figure that slow I/O (e.g. sd cards) will slow down everything down in annoying fashion
<samueldr>
on the raspberry pi 3, I have had much better success with an older model external spinning rust drive than with sd cards in responsiveness
<kunstruktur>
might try that then
<kunstruktur>
i already have a basic grasp of the boot sequence anyway :D
<samueldr>
exciting, the pinebook pro may very well arrive in advance enough before nixcon
chiefgoat has quit [Read error: Connection reset by peer]
chiefgoat has joined #nixos-aarch64
chiefgoat has quit [Remote host closed the connection]
chiefgoat has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chiefgoat has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
chiefgoat has joined #nixos-aarch64
orivej has joined #nixos-aarch64
vika_nezrimaya has joined #nixos-aarch64
<samueldr>
*external screaming* turns out the OEM documented the things I needed for the kernel to build