sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.03 released! https://discourse.nixos.org/t/nixos-19-03-release/2652 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html https://r13y.com | 19.03 RMs: samueldr,sphalerite | https://logs.nix.samueldr.com/nixos-dev
justanotheruser has joined #nixos-dev
drakonis2 has quit [Read error: Connection reset by peer]
drakonis2 has joined #nixos-dev
drakonis2 has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 252 seconds]
alp has quit [Remote host closed the connection]
aszlig has quit [Quit: Kerneling down for reboot NOW.]
drakonis has joined #nixos-dev
aszlig has joined #nixos-dev
disasm| has quit [Ping timeout: 268 seconds]
justanotheruser has quit [Quit: WeeChat 2.4]
LnL has quit [Quit: exit 1]
disasm| has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis2 has joined #nixos-dev
drakonis_ has quit [Ping timeout: 252 seconds]
drakonis1 has quit [Ping timeout: 258 seconds]
drakonis2 has quit [Ping timeout: 244 seconds]
drakonis2 has joined #nixos-dev
justanotheruser has joined #nixos-dev
drakonis has quit [Quit: WeeChat 2.4]
gchristensen has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 244 seconds]
<samueldr> with the current nixos systemd version we can enable systemd-boot for aarch64 easily, but lose the ability for cross-compilation
<samueldr> (currently testing on the community box, re-building the world)
<samueldr> though cross-compilation might be fixed in a more recent version, according to the changelog
c00w has quit [Read error: Connection reset by peer]
c00w has joined #nixos-dev
carter has quit [Read error: Connection reset by peer]
scott has quit [Read error: Connection reset by peer]
angerman has quit [Write error: Connection reset by peer]
cbarrett has quit [Read error: Connection reset by peer]
manveru has quit [Read error: Connection reset by peer]
alunduil has quit [Read error: Connection reset by peer]
teehemkay has quit [Write error: Connection reset by peer]
angerman has joined #nixos-dev
scott has joined #nixos-dev
cbarrett has joined #nixos-dev
carter has joined #nixos-dev
teehemkay has joined #nixos-dev
manveru has joined #nixos-dev
alunduil has joined #nixos-dev
LnL has joined #nixos-dev
Synthetica has joined #nixos-dev
<andi-> what systemd version would you require for proper crosscompilation? v242 should land in unstable sooooon(tm)
marek has quit [Ping timeout: 258 seconds]
drakonis2 has quit [Ping timeout: 245 seconds]
drakonis2 has joined #nixos-dev
<Synthetica> Could someone merge #61545 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61545 (by jhaasdijk, 4 days ago, open): gdb: 8.2.1 -> 8.3
gchristensen has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
{^_^} has quit [Ping timeout: 248 seconds]
<worldofpeace> Just going to drop here that it would be lovely if someone could review #60787
{^_^} has joined #nixos-dev
copumpkin has joined #nixos-dev
psyanticy has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
orivej has joined #nixos-dev
<samueldr> andi-: looks like 242 would do it
drakonis has joined #nixos-dev
<samueldr> ah, not sooooon(in staging) I see :) will hold on to the (trivial) patch for now, looks like our test doesn't succeed
<andi-> samueldr: can you drop me a line to compile the target you need? Would like to get it working and if reasonable add it to some kind of test / all-packages attribute
<samueldr> for the test, the usual, nixos.tests.installer.simpleUefiSystemdBoot.aarch64-linux
<andi-> Ok
{^_^} has joined #nixos-dev
<samueldr> (the test is for native, I wouldn't know about cross-compilation :/)
drakonis has quit [Quit: WeeChat 2.4]
drakonis has joined #nixos-dev
drakonis2 has quit [Ping timeout: 258 seconds]
psyanticy has quit [Quit: Connection closed for inactivity]
drakonis has quit [Ping timeout: 248 seconds]
drakonis has joined #nixos-dev
tilpner has quit [Quit: WeeChat 2.4]
tilpner has joined #nixos-dev
drakonis has quit [Ping timeout: 245 seconds]
sir_guy_carleton has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
<matthewbauer> has anyone used Chrome OS Crostini for NixOS development? It works pretty well for the most part on my lenovo s330 laptop ($159)
<matthewbauer> The only thing I can't figure out is why it always crashes cloning Nixpkgs? OOM I guess, but can't find any workarounds
<qyliss> sway? :P
<qyliss> *swap?
<matthewbauer> I don’t think chrome let’s you unfortunately
<matthewbauer> Wow just saw that guix has a graphical installer. We definitely need to get one of those!! I’ve had it in my backlog for a while but never found the time. I think we can make a calamares module fairly easily… Anyone interested in making it happen for the 19.09 release?
<gchristensen> how did they do it?
<simpson> matthewbauer: FWIW I would say that Chrome OS is not a good development platform, period, based on how it's built. Moreover, you'll probably want to be running NixOS on your NixOS development machine. Finally, Chromebooks aren't general-purpose hardware, although they can come close. Best of luck; I've not had or seen success with this route.
<samueldr> matthewbauer: swap is only possible on zram with chromeos kernels; it might be possible to make a swapfile, but had trouble figuring out from their patch
<samueldr> something about ioctl maybe
<samueldr> so you're kinda limited memory-wise to whatever the machine has + zram can muster