<shlevy>
No idea how nixos is built for aarc64 but "nix-build --arg crossSystem '(import ./lib).systems.examples.aarch64-multiplatform' -A systemd" fails without my patch
<gchristensen>
I don't use a cross builde
<shlevy>
(not sure if it succeeds without it, but if so not in the same way)
<shlevy>
Hmm... Can you do nix-build -A gnu-efi on native?
<gchristensen>
let's find out!
<gchristensen>
seems to
<shlevy>
Oooh
<shlevy>
I bet I know why
<gchristensen>
great :D
<shlevy>
It's the damn "CC=gcc" line
<shlevy>
OK, will check if that fixes it on aarch64 cross and add it ot that list if so
<gchristensen>
cool
<gchristensen>
fwiw, nixos + aarch64 is pretty stable now
orivej has quit [Ping timeout: 256 seconds]
<shlevy>
Nice
<gchristensen>
might be fully supported for 18.03
<shlevy>
gchristensen: what commit are you on?
<shlevy>
OK, got it working
<gchristensen>
nice
<shlevy>
Amazing
<shlevy>
I've never done any aarch64 cross building before
<shlevy>
And in 2 seconds I got aworking toolchain :D
<vcunat>
(I didn't really look at the big commit, only the two others.)
<jtojnar>
it should be fine, though there might be some conflicts when merging staging
<jtojnar>
never mind it seems to merge fine atm
<jtojnar>
I will merge it to master then
<vcunat>
Yes, I think. Aliases aren't fully transparent to overrides, I'm afraid, but hopefully there won't be many real-life breakages.
<jtojnar>
done
vcunat has quit [Quit: Leaving.]
MichaelRaskin has quit [Ping timeout: 260 seconds]
FRidh2 has joined #nixos-dev
alunduil has quit [Remote host closed the connection]
M1k3y has joined #nixos-dev
<M1k3y>
Hello together, I need some help (new to nix development). I successfully build a package for the prometheus grok exporter. But it requires some data from a git submodule at runtime. How can I provide such dependencies at runtime?
<gchristensen>
M1k3y: #nixos is probably your best bet :)
<aminechikhaoui>
M1k3y: please use #nixos for questions :)