00:01
drakonis has quit [Ping timeout: 265 seconds]
00:05
justanotheruser has quit [Ping timeout: 276 seconds]
00:17
justanotheruser has joined #nixos-dev
00:18
drakonis has joined #nixos-dev
00:20
drakonis1 has joined #nixos-dev
00:23
drakonis1 has quit [Client Quit]
00:24
drakonis1 has joined #nixos-dev
00:35
justanotheruser has quit [Read error: Connection reset by peer]
00:36
_ris has quit [Ping timeout: 276 seconds]
00:46
drakonis has quit [Ping timeout: 246 seconds]
00:46
drakonis has joined #nixos-dev
00:54
justanotheruser has joined #nixos-dev
01:11
drakonis2 has joined #nixos-dev
01:14
drakonis has quit [Ping timeout: 245 seconds]
02:58
justanotheruser has quit [Ping timeout: 265 seconds]
03:09
jtojnar has quit [Quit: jtojnar]
03:12
justanotheruser has joined #nixos-dev
03:19
justanotheruser has quit [Ping timeout: 245 seconds]
03:55
justanotheruser has joined #nixos-dev
05:24
init_6 has joined #nixos-dev
05:32
drakonis1 has quit [Quit: WeeChat 2.4]
05:44
edwtjo has joined #nixos-dev
05:44
edwtjo has quit [Changing host]
05:44
edwtjo has joined #nixos-dev
06:02
orivej has joined #nixos-dev
06:46
drakonis2 has quit [Ping timeout: 265 seconds]
06:48
drakonis2 has joined #nixos-dev
07:22
johanot has joined #nixos-dev
09:18
__monty__ has joined #nixos-dev
09:59
<
Taneb >
Are there any automatic checks that the "meta.homepage" of something in nixpkgs doesn't 404?
10:04
<
manveru >
Taneb: nope
10:09
<
FRidh >
repology regularly checks them
10:10
<
manveru >
yeah, i used that in the past... but nobody does that regularly afaik
10:10
<
FRidh >
There have been some PR's fixing urls based on repology data
10:33
jtojnar has joined #nixos-dev
11:18
orivej has quit [Ping timeout: 246 seconds]
11:52
phreedom has quit [Ping timeout: 260 seconds]
12:01
<
das_j >
is there anything I need to do to process values of mkBefore and mkAfter?
12:01
FRidh has quit [Ping timeout: 246 seconds]
12:26
phreedom has joined #nixos-dev
12:36
evanjs has joined #nixos-dev
12:39
FRidh has joined #nixos-dev
12:53
<
das_j >
do we have a utility function to merge attrs of lists? so the lists get appended?
12:58
ryantm_ has joined #nixos-dev
13:00
ryantm has quit [Ping timeout: 245 seconds]
13:09
FRidh has quit [Ping timeout: 245 seconds]
13:16
<
manveru >
> a = { x = [1]; y = [2]; }
13:16
<
manveru >
b = { x = [3]; z = [4]; }
13:16
<
manveru >
> b = { x = [3]; z = [4]; }
13:17
<
manveru >
> a // b // (__listToAttrs (map (n: { name = n; value = a.${n} ++ b.${n}; }) (__attrNames (__intersectAttrs a b))))
13:17
<
manveru >
no bot here :(
13:17
FRidh has joined #nixos-dev
13:18
<
manveru >
i'm sure there's some function for this already, given that the module system does it, but couldn't find it
13:19
<
das_j >
manveru: Amazing, thanks a lot!
13:21
<
das_j >
I still feel bad for `type = attrs // { merge = …; }`
13:43
<
marek >
soo, who can kick ofborg when gchrholiday is away?
13:52
jtojnar has quit [Ping timeout: 245 seconds]
14:00
<
worldofpeace >
yeah, or at least gently nudge :D
14:04
<
LnL >
marek: what's wrong?
14:04
<
LnL >
oh the irc part, not sure
14:05
<
marek >
LnL: it doesn't take commands on github anymore
14:07
<
LnL >
hmm that's odd, pr check are still fine
14:14
<
marek >
yeah, not sure what is going on
14:14
<
marek >
but it's broken for days
14:15
<
marek >
it did not pick up the tests
14:15
__monty__ has quit [Quit: leaving]
14:15
<
LnL >
so stuff is running but something is ging wrong with the result reporting
14:15
justanotheruser has quit [Ping timeout: 276 seconds]
14:16
<
LnL >
don't think I can do anything about that part
14:19
johanot has quit [Quit: WeeChat 2.4]
14:24
justanotheruser has joined #nixos-dev
14:27
orivej has joined #nixos-dev
14:39
justanotheruser has quit [Ping timeout: 240 seconds]
14:47
marek has quit [Ping timeout: 246 seconds]
14:48
marek has joined #nixos-dev
14:58
justanotheruser has joined #nixos-dev
15:34
drakonis has joined #nixos-dev
15:51
jtojnar has joined #nixos-dev
16:31
kgz has quit [Ping timeout: 245 seconds]
16:32
jtojnar has quit [Read error: Connection reset by peer]
16:33
jtojnar has joined #nixos-dev
16:36
justanotheruser has quit [Ping timeout: 240 seconds]
16:46
kgz has joined #nixos-dev
16:54
<
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
16:55
<
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
16:56
drakonis has quit [Quit: WeeChat 2.4]
16:57
<
disasm >
I'm assuming it's because eval doesn't put things in the store and it needs to import nixpkgs with cleanSource
17:02
<
disasm >
yeah, nix-build of any test puts nixpkgs in the store and it works
17:05
<
LnL >
strict evaluation only allows imports from NIX_PATH entries, the cleanSource copied results won't be in there
17:06
drakonis has joined #nixos-dev
17:06
ixxie has joined #nixos-dev
17:06
<
disasm >
should I just override nixpkgs when running that eval command?
17:07
<
disasm >
I'm fixing maintainers/scripts/hydra-eval-failures.py
17:08
<
LnL >
ofborg does that as well as hydra (because of the inputs)
17:09
drakonis2 has quit [Ping timeout: 240 seconds]
17:15
drakonis has quit [Ping timeout: 245 seconds]
17:16
drakonis has joined #nixos-dev
17:20
<
disasm >
overriding to ./. works :)
17:23
jtojnar has quit [Quit: jtojnar]
17:24
jtojnar has joined #nixos-dev
17:39
drakonis_ has joined #nixos-dev
17:44
justanotheruser has joined #nixos-dev
17:56
jtojnar has quit [Ping timeout: 246 seconds]
18:33
jtojnar has joined #nixos-dev
18:36
Melkor333 has joined #nixos-dev
18:36
justanotheruser has quit [Ping timeout: 276 seconds]
18:37
misuzu has joined #nixos-dev
18:43
jtojnar has quit [Quit: jtojnar]
18:44
jtojnar has joined #nixos-dev
19:07
jtojnar has quit [Read error: Connection reset by peer]
19:08
jtojnar_ has joined #nixos-dev
19:22
jtojnar_ has quit [Ping timeout: 240 seconds]
19:28
jtojnar has joined #nixos-dev
19:34
pie_ has quit [Ping timeout: 240 seconds]
19:36
ixxie has quit [Ping timeout: 276 seconds]
20:17
drakonis__ has joined #nixos-dev
20:21
drakonis has quit [Ping timeout: 276 seconds]
20:21
drakonis has joined #nixos-dev
20:23
drakonis__ has quit [Ping timeout: 246 seconds]
20:24
drakonis__ has joined #nixos-dev
20:27
drakonis has quit [Ping timeout: 265 seconds]
20:28
drakonis has joined #nixos-dev
20:30
jtojnar has quit [Ping timeout: 265 seconds]
20:31
drakonis__ has quit [Ping timeout: 276 seconds]
20:32
justanotheruser has joined #nixos-dev
20:35
jtojnar has joined #nixos-dev
20:55
Melkor333 has quit [Quit: WeeChat 2.6]
21:01
_ris has joined #nixos-dev
21:04
pie_ has joined #nixos-dev
21:32
drakonis has quit [Ping timeout: 246 seconds]
22:00
drakonis has joined #nixos-dev
22:09
justanotheruser has quit [Ping timeout: 276 seconds]
23:38
justanotheruser has joined #nixos-dev
23:44
_ris has quit [Ping timeout: 258 seconds]
23:50
<
jtojnar >
worldofpeace: GTK_DATA_PREFIX only appears to be used for themes and it supports XDG_DATA_DIRS for that