nschoe has quit [Quit: No Ping reply in 180 seconds.]
nschoe has joined #nixos-dev
_e has quit [Quit: WeeChat 2.7.1]
eyJhbV2 has joined #nixos-dev
edef_ has joined #nixos-dev
edef_ is now known as edef
edef has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
makefu has quit [*.net *.split]
klys has quit [*.net *.split]
fadenb has quit [*.net *.split]
capisce has quit [*.net *.split]
asymmetric has quit [*.net *.split]
eyJhbV2 is now known as eyJhb
eyJhb has joined #nixos-dev
eyJhb has quit [Changing host]
fadenb has joined #nixos-dev
klys has joined #nixos-dev
makefu has joined #nixos-dev
asymmetric has joined #nixos-dev
capisce has joined #nixos-dev
nschoe has quit [Quit: No Ping reply in 180 seconds.]
nschoe has joined #nixos-dev
__monty__ has joined #nixos-dev
alp has joined #nixos-dev
_e has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
_e has quit [Quit: WeeChat 2.7.1]
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
infinisil has quit [Ping timeout: 246 seconds]
infinisil has joined #nixos-dev
obadz has quit [Ping timeout: 246 seconds]
Scriptkiddi has quit [Ping timeout: 264 seconds]
lejonet has quit [Ping timeout: 264 seconds]
Scriptkiddi has joined #nixos-dev
obadz has joined #nixos-dev
lejonet has joined #nixos-dev
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
<gchristensen>
heh, someone is critical of our minimal install ISO's bootloader having a non-default background image
<gchristensen>
sort of funny to me
<aanderse>
precious bytes gchristensen, no laughing matter
<gchristensen>
yea
<aanderse>
;-)
<adisbladis>
If they only knew how much space was wasted in the minimal installer! ;)
<xfix>
540 MB ISO image is rather big, i wonder what takes so much space
<adisbladis>
Iirc zfs + deps is a huge chunk of that
<adisbladis>
We also have both perl (+ packages) and python3 in the closure
<gchristensen>
one downside of deps being automatically added is it is harder to see "oh oops..." when you've put another script lang in to the minimal closure
<LnL>
could probably be explicitly whitelisted with allowedReferences
<aanderse>
adisbladis: don't forget the custom wallpaper
<adisbladis>
aanderse: Damn wallpaper..
sphalerite has quit [Quit: rebooooooooot]
sphalerite has joined #nixos-dev
sphalerite has quit [Client Quit]
sphalerite has joined #nixos-dev
<ehmry>
yea, I noticed zfs when I was trying to build a rpi image
<{^_^}>
nix#3564 (by balsoft, 56 minutes ago, open): Wait for build users when none are available
<adisbladis>
domenkozar[m]: 🚀
<yorick>
qyliss: not all of these should go, I think
<domenkozar[m]>
I'm quite happy to announce I'm fully able to continue to focus on Cachix and making Nix infrastructure better with the help of investors for bootstrapping companies at earnest capital: https://twitter.com/domenkozar/status/1257673803473264641
ky0ko has quit [Read error: Connection reset by peer]
ky0ko has joined #nixos-dev
alp has joined #nixos-dev
cole-h has joined #nixos-dev
nschoe has quit [Quit: No Ping reply in 180 seconds.]
nschoe has joined #nixos-dev
spacekookie has quit [Quit: **agressive swooshing**]
spacekookie has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-dev
nschoe has quit [Remote host closed the connection]
nschoe has joined #nixos-dev
drakonis has joined #nixos-dev
alp has joined #nixos-dev
<LnL>
hmm, nix-daemon doesn't use --store local?state= for it's socket location?
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
alp has quit [Ping timeout: 256 seconds]
<johnny101>
Niksnut: (or anyone else interested) We are interested in using the postgres notify channels on hydra to push CI notifications to GH for different statuses.
<johnny101>
Build started and finished statuses are straightforward for select delcarative jobsets of interest.
<johnny101>
Eval started and finished statuses look a little more complex.
<johnny101>
For those eval notifications, they include payloads of `systemTime.$PID` and also, only for eval_started `$project $jobset`.
<johnny101>
It looks like we could parse the pid for the eval and process the cmd line to obtain the $rev and get some actionable info.
<johnny101>
Compared to after a finished eval, at the point of eval_started, I don't think there is any supplementary info in the DB to correlate with.
<johnny101>
Is there is better way to approach eval status notifications?
<niksnut>
yeah, the problem with eval_started is that the eval doesn't exist in the DB yet
<johnny101>
k. Are there any plans in the near future to change the payload to make eval notification simpler?
<johnny101>
Only thing coming to mind right now might be including the rev in the payload, but maybe there are other approaches.
<LnL>
niksnut: do you have some time for a build log question about nix#3558?