sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.09 now in beta! https://discourse.nixos.org/t/nixos-19-09-feature-freeze/3707 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite | https://logs.nix.samueldr.com/nixos-dev
drakonis has quit [Ping timeout: 265 seconds]
justanotheruser has quit [Ping timeout: 276 seconds]
justanotheruser has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis1 has quit [Client Quit]
drakonis1 has joined #nixos-dev
justanotheruser has quit [Read error: Connection reset by peer]
_ris has quit [Ping timeout: 276 seconds]
drakonis has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos-dev
justanotheruser has joined #nixos-dev
drakonis2 has joined #nixos-dev
drakonis has quit [Ping timeout: 245 seconds]
justanotheruser has quit [Ping timeout: 265 seconds]
jtojnar has quit [Quit: jtojnar]
justanotheruser has joined #nixos-dev
justanotheruser has quit [Ping timeout: 245 seconds]
justanotheruser has joined #nixos-dev
init_6 has joined #nixos-dev
drakonis1 has quit [Quit: WeeChat 2.4]
edwtjo has joined #nixos-dev
edwtjo has quit [Changing host]
edwtjo has joined #nixos-dev
orivej has joined #nixos-dev
drakonis2 has quit [Ping timeout: 265 seconds]
drakonis2 has joined #nixos-dev
johanot has joined #nixos-dev
init_6 has quit []
__monty__ has joined #nixos-dev
<Taneb> Are there any automatic checks that the "meta.homepage" of something in nixpkgs doesn't 404?
<manveru> Taneb: nope
<FRidh> repology regularly checks them
<manveru> yeah, i used that in the past... but nobody does that regularly afaik
<FRidh> There have been some PR's fixing urls based on repology data
jtojnar has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
phreedom has quit [Ping timeout: 260 seconds]
<das_j> is there anything I need to do to process values of mkBefore and mkAfter?
FRidh has quit [Ping timeout: 246 seconds]
<das_j> Umm is it possible my issue is related to this? https://github.com/NixOS/nixpkgs/blob/master/lib/modules.nix#L402
<das_j> ah no
phreedom has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
FRidh has joined #nixos-dev
<das_j> do we have a utility function to merge attrs of lists? so the lists get appended?
ryantm_ has joined #nixos-dev
ryantm has quit [Ping timeout: 245 seconds]
FRidh has quit [Ping timeout: 245 seconds]
<manveru> hmm
<manveru> > a = { x = [1]; y = [2]; }
<manveru> b = { x = [3]; z = [4]; }
<manveru> > b = { x = [3]; z = [4]; }
<manveru> > a // b // (__listToAttrs (map (n: { name = n; value = a.${n} ++ b.${n}; }) (__attrNames (__intersectAttrs a b))))
<manveru> no bot here :(
<manveru> das_j: ^
FRidh has joined #nixos-dev
<manveru> i'm sure there's some function for this already, given that the module system does it, but couldn't find it
<das_j> manveru: Amazing, thanks a lot!
<das_j> I still feel bad for `type = attrs // { merge = …; }`
<marek> soo, who can kick ofborg when gchrholiday is away?
jtojnar has quit [Ping timeout: 245 seconds]
<worldofpeace> yeah, or at least gently nudge :D
<LnL> marek: what's wrong?
<LnL> oh the irc part, not sure
<marek> LnL: it doesn't take commands on github anymore
<LnL> hmm that's odd, pr check are still fine
<marek> yeah, not sure what is going on
<marek> but it's broken for days
<marek> it did not pick up the tests
__monty__ has quit [Quit: leaving]
<LnL> so stuff is running but something is ging wrong with the result reporting
justanotheruser has quit [Ping timeout: 276 seconds]
<LnL> don't think I can do anything about that part
johanot has quit [Quit: WeeChat 2.4]
justanotheruser has joined #nixos-dev
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 240 seconds]
marek has quit [Ping timeout: 246 seconds]
marek has joined #nixos-dev
justanotheruser has joined #nixos-dev
drakonis has joined #nixos-dev
jtojnar has joined #nixos-dev
kgz has quit [Ping timeout: 245 seconds]
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
justanotheruser has quit [Ping timeout: 240 seconds]
kgz has joined #nixos-dev
<disasm> anyone have any thoughts as to what I'm doing wrong? nix-instantiate --eval --strict -A tests.tinydns.x86_64-linux.meta nixos/release.nix --json
<disasm> cannot import '/nix/store/79xky069xj7sh7jv4c5q1fxq22k3b66p-release-19.09', since path '/nix/store/79xky069xj7sh7jv4c5q1fxq22k3b66p-release-19.09' is not valid, at /home/sam/nixpkgs/release-19.09/nixos/release.nix:23:14
drakonis has quit [Quit: WeeChat 2.4]
<disasm> I'm assuming it's because eval doesn't put things in the store and it needs to import nixpkgs with cleanSource
<disasm> yeah, nix-build of any test puts nixpkgs in the store and it works
<LnL> strict evaluation only allows imports from NIX_PATH entries, the cleanSource copied results won't be in there
drakonis has joined #nixos-dev
ixxie has joined #nixos-dev
<disasm> should I just override nixpkgs when running that eval command?
<disasm> I'm fixing maintainers/scripts/hydra-eval-failures.py
<LnL> ofborg does that as well as hydra (because of the inputs)
drakonis2 has quit [Ping timeout: 240 seconds]
drakonis has quit [Ping timeout: 245 seconds]
drakonis has joined #nixos-dev
<disasm> overriding to ./. works :)
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
drakonis_ has joined #nixos-dev
justanotheruser has joined #nixos-dev
jtojnar has quit [Ping timeout: 246 seconds]
jtojnar has joined #nixos-dev
Melkor333 has joined #nixos-dev
justanotheruser has quit [Ping timeout: 276 seconds]
misuzu has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
jtojnar_ has joined #nixos-dev
jtojnar_ has quit [Ping timeout: 240 seconds]
jtojnar has joined #nixos-dev
pie_ has quit [Ping timeout: 240 seconds]
ixxie has quit [Ping timeout: 276 seconds]
drakonis__ has joined #nixos-dev
drakonis has quit [Ping timeout: 276 seconds]
drakonis has joined #nixos-dev
drakonis__ has quit [Ping timeout: 246 seconds]
drakonis__ has joined #nixos-dev
drakonis has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-dev
jtojnar has quit [Ping timeout: 265 seconds]
drakonis__ has quit [Ping timeout: 276 seconds]
justanotheruser has joined #nixos-dev
jtojnar has joined #nixos-dev
Melkor333 has quit [Quit: WeeChat 2.6]
_ris has joined #nixos-dev
pie_ has joined #nixos-dev
<jtojnar> could someone please point https://hydra.nixos.org/jobset/nixpkgs/gnome to gnome-3.34 branch?
drakonis has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos-dev
justanotheruser has quit [Ping timeout: 276 seconds]
justanotheruser has joined #nixos-dev
_ris has quit [Ping timeout: 258 seconds]
<jtojnar> worldofpeace: GTK_DATA_PREFIX only appears to be used for themes and it supports XDG_DATA_DIRS for that