worldofpeace changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.09 RMs: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
<gchristensen> thanks to sphalerite we have several aarch64 builders going
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
<lovesegfault> sphalerite++
<{^_^}> sphalerite's karma got increased to 117
<gchristensen> looks like we're up to 11, with probably more that can plausibly come online
justanotheruser has quit [Ping timeout: 258 seconds]
<hexa-> <3 sphalerite
<{^_^}> sphalerite's karma got increased to 118
justanotheruser has joined #nixos-dev
ris has quit [Ping timeout: 240 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
cole-h has joined #nixos-dev
LnL has quit [Quit: exit 1]
LnL has joined #nixos-dev
LnL has quit [Quit: exit 1]
LnL has joined #nixos-dev
LnL has quit [Changing host]
LnL has joined #nixos-dev
<gchristensen> heading to bed
<gchristensen> but we have 20 builders, maybe 23-24
<gchristensen> thanks sphalerite
<hexa-> just awesome
Taneb has quit [Quit: I seem to have stopped.]
Taneb has joined #nixos-dev
<Mic92> sphalerite: how did you organize them?
orivej has quit [Ping timeout: 260 seconds]
<Mic92> Ericson2314: Ok. I did some further tests and don't see how -static will turn my binary into a dynamic binary one.
<Mic92> Even if dlopen is used, because dlopen also works with static binaries
lopsided98 has quit [Ping timeout: 264 seconds]
lopsided98 has joined #nixos-dev
<sphalerite> Mic92: gchristensen organised them, I just got them running
Jackneill has quit [Read error: Connection reset by peer]
Jackneill has joined #nixos-dev
<Mic92> ah
lopsided98 has quit [Ping timeout: 260 seconds]
rajivr has quit [Ping timeout: 260 seconds]
LnL has quit [Ping timeout: 260 seconds]
LnL- has joined #nixos-dev
rajivr has joined #nixos-dev
immae has quit [Ping timeout: 260 seconds]
arcnmx has quit [Ping timeout: 260 seconds]
bbigras has quit [Ping timeout: 260 seconds]
Jackneill has quit [*.net *.split]
pmy_ has quit [*.net *.split]
abathur has quit [*.net *.split]
arianvp has quit [*.net *.split]
bpye has quit [*.net *.split]
pinpox has quit [*.net *.split]
nbp has quit [*.net *.split]
ericnoan has quit [*.net *.split]
arcnmx has joined #nixos-dev
bbigras has joined #nixos-dev
immae has joined #nixos-dev
arianvp has joined #nixos-dev
abathur has joined #nixos-dev
pmy_ has joined #nixos-dev
Jackneill has joined #nixos-dev
ericnoan has joined #nixos-dev
nbp has joined #nixos-dev
pinpox has joined #nixos-dev
bpye has joined #nixos-dev
thibm has joined #nixos-dev
lopsided98 has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
orivej has joined #nixos-dev
__monty__ has joined #nixos-dev
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
supersandro2000 has joined #nixos-dev
mkaito has joined #nixos-dev
edef has quit [Ping timeout: 260 seconds]
ekleog has quit [Ping timeout: 265 seconds]
mkaito has quit [Quit: WeeChat 2.9]
kfound has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
AlwaysLivid has joined #nixos-dev
Jackneill has quit [Ping timeout: 260 seconds]
clever has quit [Ping timeout: 256 seconds]
clever has joined #nixos-dev
clever has joined #nixos-dev
clever has quit [Changing host]
Jackneill has joined #nixos-dev
clever has joined #nixos-dev
clever has joined #nixos-dev
clever has quit [Changing host]
<Profpatsch> NPVC -> nixpkgs valued contributor
<Profpatsch> stale bot strikes again! Has it been half a year already? Time flies …
<Profpatsch> stale me once: still important to you. stale me twice: not important to me
orivej has joined #nixos-dev
edef has joined #nixos-dev
clever has joined #nixos-dev
clever has joined #nixos-dev
clever has quit [Changing host]
mkaito has joined #nixos-dev
mkaito has joined #nixos-dev
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
ekleog has joined #nixos-dev
peelz has joined #nixos-dev
<{^_^}> #106908 (by Mic92, 2 minutes ago, open): bintools-wrapper: skip dynamic linker for static binaries
<Mic92> I also fixed cc wrapper tests for musl
LnL- is now known as LnL
terrorjack has joined #nixos-dev
jlotoski-znc has joined #nixos-dev
johnny101 has quit [Ping timeout: 256 seconds]
kalbasit has joined #nixos-dev
kfound has quit [Remote host closed the connection]
rajivr has quit [Quit: Connection closed for inactivity]
cole-h has joined #nixos-dev
<peelz> if I'm going to submit a PR that's potentially going to cause a good amount of packages to recompile, which branch should I target?
<samueldr> fewer than a hundred, master would be fine, more than a thousand, staging
<samueldr> if you have doubts, you can rebase your branch on the common base of master and staging, allowing the target branch to be changed without harm
<peelz> samueldr: what about all of the kdeApplications derivations? my nix repl says it contains 155 attributes
<samueldr> that's if it affects *only* stuff under kdeApplications
<samueldr> that's a case where you might want to prepare your PR rebased on top of the merge-base to easily switch
<peelz> samueldr: https://0x0.st/iF1y.diff
<peelz> also I don't really understand what you mean by rebasing it on top of the merge-base
<samueldr> and then tell in the PR you're not sure about staging/master, but that it's ready to be switched to either branch
<samueldr> ah, sorry, might have assumed way too much git familiarity
<peelz> if I run `git merge-base master staging`, I get 1be6a53cd8c0f9a2287d0cc9ba61d998d4c7fdad. If I rebase on top of that rev, I get loads of rebase conflicts
<samueldr> hm, then target what you think is most likely right
<peelz> Alright, I'll submit it for staging for now
<samueldr> at worst with staging, it only takes longer to go to master
<peelz> right -- it's not a super important change anyway
<peelz> the idea for the patch is to make it easier to access the version and package name individually when writing overlays
aristid has quit [Ping timeout: 258 seconds]
sorear has quit [Read error: Connection reset by peer]
vdemeester has quit [Read error: Connection reset by peer]
jared-w has quit [Read error: Connection reset by peer]
vdemeester has joined #nixos-dev
aristid has joined #nixos-dev
jared-w has joined #nixos-dev
sorear has joined #nixos-dev
costrouc has quit [Quit: costrouc]
ris has joined #nixos-dev
<eyJhb> Is anybody up for merging #106728 ? I have been running it on 5.9 for 2 days now (since the PR). The people who uses DisplayLink is very small, so I don't have any real testers besides me..
<{^_^}> https://github.com/NixOS/nixpkgs/pull/106728 (by eyJhb, 2 days ago, open): evdi: unstable-20200416 -> v1.7.1
ashkitten has quit [Quit: WeeChat 3.0]
ashkitten has joined #nixos-dev
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
hplar has quit [Ping timeout: 260 seconds]
hplar has joined #nixos-dev
<das_j> eyJhb: I pinged someone, maybe they'll respond
<das_j> (I know he uses displaylink)
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
mkaito has quit [Quit: WeeChat 2.9]
AlwaysLivid has quit [Ping timeout: 264 seconds]
rajivr has joined #nixos-dev
__monty__ has quit [Quit: leaving]
tokudan has quit [Remote host closed the connection]
tokudan has joined #nixos-dev