orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 276 seconds]
orivej_ has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-aarch64
LnL has quit [*.net *.split]
disasm has quit [*.net *.split]
disasm has joined #nixos-aarch64
LnL has joined #nixos-aarch64
orivej has quit [Ping timeout: 252 seconds]
orivej has joined #nixos-aarch64
samrose has joined #nixos-aarch64
<samrose> samueldr Dezgeg how can I help linuxPackages_latest point to 4.19 and channels advance for the sd-image-aarch64?
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos-aarch64
samrose has quit [Ping timeout: 252 seconds]
samrose_ has joined #nixos-aarch64
samrose_ is now known as samrose
samrose has quit [Client Quit]
samrose has joined #nixos-aarch64
<samrose> question: this can only be run under nixos (not just linux with nix?) https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix#L2
<clever> samrose: that should build on anything with nix installed
<clever> samrose: system is not set, so i would expect it to need to be ran on an aarch64 machine
<samrose> ah ok clever I am running on aarch64 machine, seeing an error that nixos-config not in search path
<samrose> I am passing it in with -I
<clever> samrose: what is the exact command you ran?
<samrose> I actually ran command as stated in the comment I linked to above on L2
<clever> samrose: and it was ran in the root of nixpkgs?
<samrose> yessir
<clever> samrose: can you pastebin all of the console output, including the cmd you ran?
<samrose> clever yes I can will take me a few
<samrose> clever: I figured it out: had a forward slash like "nixos-config=/nixos
<samrose> where it needed to be "nixos-config=nixos" :)
<samrose> thanks for your help clever
<clever> ah
<clever> so it was looking in the root folder
pxc has joined #nixos-aarch64
orivej has quit [Ping timeout: 250 seconds]
<samrose> clever can you see any clues in this log output?: https://gitlab.com/snippets/1775900
<clever> samrose: looks like a bug in the fc-cache derivation
<samrose> clever: I wonder if there is a way for me to just deactivate that in the build?
<clever> samrose: you would need to see why it depends on fc-cache, and disable it
<samrose> clever: thanks. it's weird I guess it has something to do with X11
<clever> samrose: line 196 says it has to do with the fontconfig files in /etc/
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos-aarch64
<samrose> clever: fwiw I tried building this with the nix-build -k option to keep going. I am not intending to use x11 so I will see how this turns out
orivej has joined #nixos-aarch64