jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
<clever> gchristensen: dang, and hydra fails to build on the latest nixos-unstable
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 245 seconds]
<gchristensen> :(
<clever> 17.09 does fully build my router config, just the big question of wether or not it will keep routing
goibhniu has quit [Ping timeout: 260 seconds]
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm has joined #nixos-dev
goibhniu has joined #nixos-dev
goibhniu has quit [Changing host]
goibhniu has joined #nixos-dev
<shlevy> gchristensen: Testing if it works on aarch64 now
<gchristensen> oh I think I use grub2_efi instead?this is the repo I build: https://github.com/nix-community/aarch64-build-box
<shlevy> gchristensen: Do you use systemd?
<gchristensen> it is a standard NixOS install
<shlevy> Yeah, gnu-efi build fails on aarc64
<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
<gchristensen> :D
<jtojnar> we will probably want to merge https://github.com/NixOS/nixpkgs/pull/35519 quickly to prevent rot
<gchristensen> are all those labels correct?
<gchristensen> (if you don't know for sure, are they feasibly correct?)
<simpson> jtojnar: Oh jeez. I'm not reading the entire commit, but the first few diffs look right, and +1 to doing it quickly if we're gonna do it.
<gchristensen> should get a thumb from vcunat / fpletz but +1
<jtojnar> gchristensen: the labels should be fine, quite a lot is touched
<gchristensen> cool
<jtojnar> is it possible to view the to-be-rebuild packages?
<gchristensen> yeah
<jtojnar> I am only aware of plasma-nm (changed patch)
<gchristensen> Show All Checks -> Details next to "grahamcofborg-eval"
<jtojnar> oh, very neat
<gchristensen> :D
<jtojnar> it would be even greater in the form of tree (/me spoiled 😀)
<gchristensen> oh? what would that look like?
<jtojnar> IDK just a graphviz file?
<gchristensen> oh like showing the whole dependency tree?
<jtojnar> want to distinguish the primary and secondary rebuilds
<jtojnar> yes
<gchristensen> sounds.... complicated :P
Moredread has quit [Ping timeout: 260 seconds]
octe has quit [Ping timeout: 248 seconds]
<MichaelRaskin> Sounds inconsistent, as it will be a DAG, not a tree
angerman has quit [Ping timeout: 276 seconds]
angerman has joined #nixos-dev
shlevy_ has joined #nixos-dev
octe has joined #nixos-dev
simpson has quit [*.net *.split]
ghuntley has quit [*.net *.split]
Mic92 has quit [*.net *.split]
cbarrett has quit [*.net *.split]
shlevy has quit [*.net *.split]
simpson has joined #nixos-dev
Mic92 has joined #nixos-dev
cbarrett has joined #nixos-dev
ghuntley has joined #nixos-dev
kgz has quit [Ping timeout: 252 seconds]
JosW has joined #nixos-dev
kgz has joined #nixos-dev
JosW has quit [Quit: Konversation terminated!]
orivej has joined #nixos-dev
shlevy_ is now known as shlevy
vcunat has joined #nixos-dev
kgz has quit [Quit: WeeChat 1.9.1]
yegortim1 has quit [Remote host closed the connection]
yegortim1 has joined #nixos-dev
yegortim1 has quit [Remote host closed the connection]
yegortim1 has joined #nixos-dev
<shlevy> Would love people who have insight into cross-compilation to look at https://github.com/NixOS/nixpkgs/issues/35543
kragniz has joined #nixos-dev
kragniz is now known as kgz
lorne has joined #nixos-dev
thefloweringash[ has joined #nixos-dev
lorne has quit [Quit: Page closed]
vcunat has quit [Quit: Leaving.]
vcunat has joined #nixos-dev
<jtojnar> vcunat: does this look reasonably to you https://github.com/NixOS/nixpkgs/pull/35519?
<jtojnar> s/ly/le/
<vcunat> jtojnar: seems good in principle to me.
<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 :)
<gchristensen> aminechikhaoui: <3
<aminechikhaoui> oops
<gchristensen> jinx
<M1k3y> Will do, thanks.
FRidh2 has quit [Quit: Konversation terminated!]
M1k3y has quit [Quit: Page closed]
<gchristensen> another day, another friend of mine pinched by https://github.com/NixOS/nixpkgs/issues/17126