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
b42 has quit [Ping timeout: 268 seconds]
b42 has joined #nixos-dev
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
cole-h has quit [Ping timeout: 260 seconds]
sphalerite has quit [Ping timeout: 258 seconds]
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 246 seconds]
tilpner_ is now known as tilpner
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
orivej has joined #nixos-dev
rajivr has joined #nixos-dev
<siraben> They're now adding people to the organization again?
<siraben> I got added, yay
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
<supersandro2000> siraben: yes
<{^_^}> resolved: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
<gchristensen> all the invitations were sent, ~500 new invites were sent
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
fzakaria has joined #nixos-dev
<fzakaria> I'd like to make some contributions to https://github.com/NixOS/mvn2nix-maven-plugin
<fzakaria> Anyone know the original contributors to see if they'd like to keep maintaining the project or are open to new maintainers ?
<fzakaria> Hello!
<supersandro2000> by the amount of commits the maintainer is shlevy
mkaito has quit [Quit: WeeChat 3.0]
<fzakaria> is he active in the community still?
<supersandro2000> idk
edwtjo has quit [Ping timeout: 240 seconds]
orivej has quit [Quit: orivej]
orivej has joined #nixos-dev
<siraben> Anyone know of a way to generate opkg packages using Nix?
<abathur> fzakaria: he's around, or was the last time I mentioned him a few weeks ago
<siraben> How do I get the cachix private key again?
AlwaysLivid has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
orivej has quit [Ping timeout: 272 seconds]
AlwaysLivid has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Remote host closed the connection]
jonringer has quit [Ping timeout: 258 seconds]
AlwaysLivid has joined #nixos-dev
<Mic92> We will do a maintainer party on rc3. You can join via public mumble: https://rc3.world/rc3/event/nixos-maintainer-party/
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
__monty__ has joined #nixos-dev
<siraben> Mic92: what if we don't have tickets?
<Mic92> siraben: the mumble is public
<Mic92> no rc3 access required
<siraben> Ah, where's the mumble link? I can't access that site
<siraben> thanks
<siraben> Mic92: you have fancy quotes in that shell snippet btw
<Mic92> fixed
<siraben> how did the workshop on nix-ld go?
<lassulus> well we did add some stuff to nix-autobahn
<lassulus> but it was a bit chaotic
<Mic92> siraben: yeah, bit chaotic the other talks were a bit more structured. You can see everything here: https://streaming.lassul.us/records/
sphalerite has joined #nixos-dev
orivej has joined #nixos-dev
<siraben> Will check it out
<domenkozar[m]> siraben: how do you mean get again?
<siraben> domenkozar: hm?
<domenkozar[m]> > How do I get the cachix private key again?
<{^_^}> error: syntax error, unexpected ')', expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):461:1
<siraben> Ah I got it, it was already in my system
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
pingiun has joined #nixos-dev
<pingiun> is there a way to update all flakes before building with hydra? I think it would be useful to build the specified flake inputs alongside a version where everything is updated. the version where everything is updated is possible with the legacy jobset specification of course, by setting all inputs to master branches
<pingiun> just wondering if there is already a solution for this, or if it needs an addition to hydra
<pingiun> I'm currently looking into adding more to hydra (done a couple PRs already), so if this is a desired feature I could see if I could add it
<ehmry> pingiun: this is something I've been wanting for, but I don't think its supported yet
<pingiun> ehmry: I guess the hard part is figuring out where it should be added
<pingiun> it could just be a checkbox in the jobset specification I guess
<pingiun> where before building it would do nix flake update --recreate-lock-file, but I guess that would dirty the git repo and might mess up some builds?
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
<pingiun> I'm working on hydra, but I don't know much perl, could anyone enlighten me why printing to stderr doesn't show up in my console?
<stigo> are you using warn() ?
<gchristensen> might be output buffering, you might want these: https://github.com/NixOS/hydra/blob/master/src/script/hydra-eval-jobset#L23-L24
<pingiun> stigo: no, print STDERR, should I be using warn?
<pingiun> is that $c->log->warn()?
<pingiun> ah I found it, I needed to enable -d for hydra-dev-server in start-hydra.sh
<pingiun> for debug output
<stigo> warn() is a builtin perl function for debugging to stderr
<pingiun> ahh cool
<pingiun> I saw print STDERR statements in the existing code so I just copied that
<stigo> makes sense :)
<Profpatsch> gchristensen: does ofborg run passthru.tests recursively? Doesn’t look like it.
<Profpatsch> e.g. does it recurse into attrsets
<Profpatsch> Or can you use the same trick as with package sets?
<Profpatsch> lib.recurseIntoAttrs
jonringer has joined #nixos-dev
mkaito has joined #nixos-dev
mkaito has joined #nixos-dev
mkaito has quit [Changing host]
teto has joined #nixos-dev
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos-dev
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
<teto> is the nixos manual concerned byt the docbook -> commonmark effort ?
mkaito has quit [Quit: WeeChat 3.0]
<infinisil> teto: All of nixpkgs documentation should be turned to ~commonmark
<infinisil> And that includes nixos
orivej_ has quit [Ping timeout: 246 seconds]
<teto> infinisil: thanks I've converted the linux-kernel part but nix-build nixos/release.nix -A manual.x86_64-linux doesn't generate the xml out of the .md automatically ? should I do it manually ?
<infinisil> Not sure, haven't looked at it too closely
AlwaysLivid has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
<fzakaria> what's rc3 ?
<lassulus> 37c3 but with corona
<lassulus> (a yearly hacker congress in germany which is remote only this time)
<fzakaria> neat only ever heard of DEFCON; very cool.
<sorear> c3 aka chaos communication congress
orivej has joined #nixos-dev
<fzakaria> once my kids are older i can rejoin these fun events lol
teto has quit [Ping timeout: 260 seconds]
cole-h has joined #nixos-dev
mkaito has joined #nixos-dev
mkaito has joined #nixos-dev
mkaito has quit [Changing host]
teto has joined #nixos-dev
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
<{^_^}> firing: RootPartitionLowDiskSpace: https://monitoring.nixos.org/prometheus/alerts
kalbasit_ has joined #nixos-dev
kalbasit has quit [Ping timeout: 256 seconds]
srk has quit [Ping timeout: 240 seconds]
srk has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
kalbasit_ has quit [Ping timeout: 240 seconds]
<samueldr> teto: IIRC the plumbing for .md -> .xml -> doc wasn't installed in the NixOS doc
<samueldr> (plumbing that's from way before the RFC)
kalbasit has joined #nixos-dev
kalbasit has quit [Ping timeout: 240 seconds]
kalbasit has joined #nixos-dev
peelz has joined #nixos-dev
kalbasit_ has joined #nixos-dev
kalbasit has quit [Ping timeout: 240 seconds]
dstzd has quit [Read error: Connection reset by peer]
dstzd_ has joined #nixos-dev
dstzd_ is now known as dstzd
dmj` has quit [Ping timeout: 272 seconds]
davidtwco has quit [Read error: Connection reset by peer]
davidtwco_ has joined #nixos-dev
raboof has quit [Ping timeout: 260 seconds]
dmj` has joined #nixos-dev
raboof has joined #nixos-dev
<elvishjerricco> How does stage1 know where to find kernel modules?
<infinisil> elvishjerricco: Probably the `modulesClosure` thing in nixos/modules/system/boot/stage-1{.nix,-init.sh}
<samueldr> infinisil: yes, being linked at the "right" location in the init
<samueldr> "right" being the defaults the kernel knows aobut
<samueldr> about*
halfbit has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 258 seconds]
__monty__ has quit [Quit: leaving]
justanotheruser has quit [Ping timeout: 264 seconds]
<{^_^}> resolved: RootPartitionLowDiskSpace: https://monitoring.nixos.org/prometheus/alerts
justanotheruser has joined #nixos-dev
pmy_ has quit [Ping timeout: 260 seconds]
pmy_ has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]