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