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
AlwaysLivid has quit [Quit: We are a collection of 7 billion codependent atoms. Stop hating based on constructs and come along for the ride.]
AlwaysLivid has joined #nixos-dev
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
AlwaysLivid has quit [Client Quit]
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos-dev
supersandro2000 has quit [Client Quit]
supersandro2000 has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
cole-h has joined #nixos-dev
justanotheruser has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
<pie_> Ericson2314: do we use specfiles currently and should we use them more if we dont? https://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html
m1cr0man has quit [Quit: G'luck]
m1cr0man has joined #nixos-dev
mkaito has quit [Quit: WeeChat 3.0]
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 240 seconds]
tilpner_ is now known as tilpner
<{^_^}> #107764 (by r-ryantm, 3 hours ago, open): glib: 2.66.3 -> 2.66.4
<lovesegfault> is this an ofborg bug?
<lovesegfault> There's no way on god's green earth a glib bump touches 0 packages
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> #107771 (by r-ryantm, 19 minutes ago, open): gtk-doc: 1.33.0 -> 1.33.1
<lovesegfault> also suspect?
supersandro2000 has joined #nixos-dev
<zowoq[m]> both prs a dupes, the same version bumps are in staging
LnL has quit [Quit: exit 1]
<gchristensen> nice catch
cole-h has joined #nixos-dev
cole-h_ has joined #nixos-dev
cole-h has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos-dev
cole-h_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
rajivr has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
jonringer_ has quit [Ping timeout: 268 seconds]
Jackneill has quit [Ping timeout: 256 seconds]
Jackneill has joined #nixos-dev
chrisaw has quit [Ping timeout: 272 seconds]
raboof has quit [Ping timeout: 246 seconds]
dmj` has quit [Ping timeout: 272 seconds]
raboof has joined #nixos-dev
chrisaw has joined #nixos-dev
dmj` has joined #nixos-dev
<sphalerite> lukegb: oh that does sound good.
LnL has joined #nixos-dev
zhaofeng has joined #nixos-dev
<zhaofeng> (was referred here from #nixos) Hi, anyone familiar with the stdenv bootstrap process? I'm trying to get native compilation on riscv64 working, and encountered this problem that I haven't been able to work around: https://github.com/NixOS/nixpkgs/issues/101651#issuecomment-751546198
<zhaofeng> So the gist is that compiling the stage2 binutils will pull in xz, which requires libatomic that the bootstrap toolchain doesn't support.
<Profpatsch> Do we have an attrset merge function that errors if the same key exists on both sides?
<Profpatsch> infinisil: ^
<Profpatsch> nvm, I think I can use // in this case
<Gaelan> Well, the landscape for Rust stuff used to be a mess
<Gaelan> I feel accomplished
<tazjin> Gaelan: carnix & crate2nix use the same machinery on the Nix-side, so you could say that the latter has succeeded the former
<Gaelan> good point, I'll note that
<lovesegfault> Also of note is that crate2nix is largely unmaintained
<lovesegfault> AIUI
<lovesegfault> the only curently maintained Rust tools are cargo2nix and naersk
<Gaelan> noted
<lovesegfault> This is as far as I'm aware, ofc
<Gaelan> https://github.com/kolloch/crate2nix/pull/152#issuecomment-715603056 seems to confirm the maintainance status
<Gaelan> added a link to that to the table
justanotheruser has quit [Quit: WeeChat 2.9]
justanotheruser has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Remote host closed the connection]
<Profpatsch> infinisil: have you thought about a set library in lib/?
<Profpatsch> I wonder if you can just use an attrset with the full set elements as keys …
<Profpatsch> builtins.hashString here we go
<lukegb> Profpatsch: what cursed things are you up to today
<Profpatsch> lukegb: It is my duty to be as cursed as possible after seeing floatToString
<lukegb> reasonable
<lukegb> why not doubleToString
<Profpatsch> 6 decimal places ought to be enough for anyone
mkaito has joined #nixos-dev
mkaito has joined #nixos-dev
mkaito has quit [Changing host]
__monty__ has joined #nixos-dev
<siraben> lukegb: how did this cursed theme come about
<infinisil> Profpatsch: Recently in #nix-lang I talked about adding a set type to nix
<siraben> we could implement sets using attr sets right?
<Profpatsch> (updated)
<Profpatsch> union, difference and intersection and it’s good to go I think
<Profpatsch> And a bunch of tests of course
<Profpatsch> Updated, I think now it’s mostly good https://gist.github.com/Profpatsch/4c2a8e56a4523e5d7edb56ba8be9022c
xwvvvvwx- has joined #nixos-dev
xwvvvvwx has quit [Read error: Connection reset by peer]
xwvvvvwx- is now known as xwvvvvwx
<siraben> Profpatsch: nice!
<siraben> is foldl' strict and constant space usage like in Haskell?
<Profpatsch> siraben: I don’t know, but I assume
<Profpatsch> the library definition uses builtins.foldl' when it is available and falls back to builtins.foldl when not
<Profpatsch> err, to foldl from the library
justanotheruser has quit [Ping timeout: 272 seconds]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
jonringer_ has joined #nixos-dev
<Ericson2314> pie_: :) yes I always wanted to use this in conjunction with breaking up GCC into separate derivations
<siraben> Is there some way to query the hydra logs? I'd like to see if there are any simple issues by grepping for a string
Mic92 has quit [Quit: WeeChat 3.0]
<LnL> nix-store --read-log <path> will fetch logs for cached paths
Mic92 has joined #nixos-dev
<{^_^}> #107815 (by grahamc, 22 seconds ago, open): NOTICE: Invitations to join NixOS Organization are sending again.
<supersandro2000> nice!
<lukegb> \o/
cole-h has joined #nixos-dev
cole-h has quit [Client Quit]
cole-h has joined #nixos-dev
jonringer_ has quit [Remote host closed the connection]
jonringer has joined #nixos-dev
kalbasit has joined #nixos-dev
srk has quit [Write error: Broken pipe]
AlwaysLivid has joined #nixos-dev
srk has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
kalbasit_ has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
justanotheruser has joined #nixos-dev
kalbasit has quit [Ping timeout: 256 seconds]
kalbasit_ has quit [Ping timeout: 256 seconds]
kalbasit has joined #nixos-dev
kalbasit has quit [Remote host closed the connection]
kalbasit has joined #nixos-dev
<cole-h> Anybody with w+ to NixOS/Nix feel like merging https://github.com/NixOS/nix/pull/4407 ? ;)
<{^_^}> nix#4407 (by cole-h, 1 hour ago, open): README: fix link to hacking guide
<{^_^}> firing: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
AlwaysLivid has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
<cole-h> niksnut++ Cheers, thanks :)
<{^_^}> niksnut's karma got increased to 28
justanotheruser has quit [Ping timeout: 272 seconds]
<Ericson2314> anyone have any idea why a new dell 9500 isn't using the nvidia drivers?
justanotheruser has joined #nixos-dev
<samueldr> Ericson2314: not sure it'll help, but recent hardware might require a kernel version newer than the default "current" LTS
<Ericson2314> ah ok
<Ericson2314> thanks will definitely try
<samueldr> then, the obvious "you did configure the video drivers to nvidia?"
<samueldr> otherwise by default it'll use nouveau
<samueldr> finally, there's the whole thing about nvidia in laptops with either prime or bumblebee or I don't know which autobot they're now at :)
<samueldr> someone with experience with laptop switchable discrete cards could help here, that's not me
<gchristensen> wow, we have another 500 people to invite to the nixos org
<qyliss> is there a limit to how big an org can be?
<gchristensen> I don't know of one
<samueldr> probably... there is a limited amount of matter in the universe... so at least an upper bound :)
<samueldr> I guess we'll know soon enough
<samueldr> but considering some big $businesses use github.com for public repos, I would assume it can get big
<samueldr> at *least* 4.5K
<Gaelan> IIRC Epic Games distributes the unreal engine (visible source w/ a free license) via a private github repo, adding people to their org
<Gaelan> so probably a lot
<samueldr> right, I forgot about it
<samueldr> *public* members
<samueldr> uh, 306.8K? oh, if _you_ are a member you might see the private members
<samueldr> 2.2K public AFAICT
<Gaelan> I am a member
<Ericson2314> samueldr: no luck yet :) now with linux 5.9
<Ericson2314> bumped nixpkgs and trying again
<Ericson2314> i guess i should go to #nixos hah
__monty__ has quit [Quit: leaving]
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
costrouc has joined #nixos-dev
<{^_^}> resolved: RootPartitionLowDiskSpace: https://status.nixos.org/prometheus/alerts
<garbas[m]> just FYI status.nixos.org is now served from netlify. details in https://github.com/NixOS/nixos-org-configurations/pull/137
<{^_^}> nixos-org-configurations#137 (by garbas, 3 weeks ago, open): Removing status.nixos.org (only static html/css/js)
<gchristensen> garbas[m]: I tested the URls in that PR: https://github.com/NixOS/nixos-org-configurations/pull/137/files#diff-c99d5a2ad33187992a13e6e1bdd12155286f9513bc85763c8a0a05a6ff00b07eR117 and they don't work: Not found - Request ID: d7f08ad4-3415-48a4-8fe4-15dde4daa933-54195250
<garbas[m]> gchristensen: hmm ... I just checked. it works here.
<garbas[m]> yes
<gchristensen> bizarre
<garbas[m]> have a netlify proxy in place for status.nixos.org/grafana -> monitoring.nixos.org/grafana
<garbas[m]> gchristensen: I wonder if merging and redeploying #137 would help (eg. restarting the nginx)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/137 (by surr, 8 years ago, closed): Update haskell tar and stringsearch
<cole-h> gchristensen: FWIW, that URL works for me, too.
<cole-h> DNS caching or something, maybe?