sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.03 released! https://discourse.nixos.org/t/nixos-19-03-release/2652 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html https://r13y.com | 19.03 RMs: samueldr,sphalerite | https://logs.nix.samueldr.com/nixos-dev
_ris has quit [Ping timeout: 245 seconds]
das_j has quit [Remote host closed the connection]
das_j has joined #nixos-dev
drakonis has quit [Quit: WeeChat 2.4]
init_6 has joined #nixos-dev
callahad306 has quit [Quit: The Lounge - https://thelounge.github.io]
callahad306 has joined #nixos-dev
edwtjo has quit [Ping timeout: 245 seconds]
ixxie has joined #nixos-dev
ixxie has quit [Ping timeout: 268 seconds]
FRidh2 has joined #nixos-dev
ixxie has joined #nixos-dev
ixxie has quit [Ping timeout: 268 seconds]
ajs124 has quit [Quit: Gateway shutdown]
ajs124 has joined #nixos-dev
ajs124 has quit [Client Quit]
ajs124 has joined #nixos-dev
__monty__ has joined #nixos-dev
_ris has joined #nixos-dev
init_6 has quit []
<jtojnar> oh, right, they mention it in the commit message
<worldofpeace> jtojnar: I think maybe it's there for a non default historydir
<worldofpeace> oh, didn't see that
<jtojnar> re: polkit, I do not see udev in there
<jtojnar> but with pulseaudio, the option is definitely pointless
<worldofpeace> yep pulseaudio and systemd are best friends :P I think pulseaudio's out of date a version so I'll take this an a chance to fix it
<worldofpeace> huh, can't recall if that's a stable version of pulseaudio https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/tags/v12.99.3 ?
<worldofpeace> (tempted here by a meson port now :D )
_ris has quit [Ping timeout: 245 seconds]
<zimbatm> does anyone know when the branch off will be happening?
<zimbatm> just wondering what to do at the nixos meetup tomorrow if it hasn't happened yet
<FRidh2> zimbatm: disasm wrote Monday on discourse, but no exact time
<zimbatm> please make it before 17:00 UTC :D
<zimbatm> I guess we can do ZHF on master otherwise
jtojnar has quit [Ping timeout: 265 seconds]
jtojnar has joined #nixos-dev
qyliss has quit [Quit: bye]
qyliss has joined #nixos-dev
_ris has joined #nixos-dev
__monty__ has quit [Quit: leaving]
orivej has quit [Ping timeout: 264 seconds]
cdepillabout has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
jtojnar_ has joined #nixos-dev
jtojnar_ is now known as jtojnar
<worldofpeace> jtojnar: " If things are quiet, we'll roll a final release in a few days." ahh, and it seems to be fine so far
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
cdepillabout has quit [Ping timeout: 250 seconds]
cdepillabout has joined #nixos-dev
orivej has joined #nixos-dev
cdepillabout has quit [Ping timeout: 250 seconds]
pie_ has joined #nixos-dev
ixxie has joined #nixos-dev
<jtojnar> worldofpeace: maybe cc.get_supported_link_arguments()
<jtojnar> worldofpeace: maybe we could have maintainer teams so that pulseaudio could be maintained by desktopTeam
<jtojnar> I do not want to add myself to every piece of software manually
<worldofpeace> ++ to that idea jtojnar I'd basically be a Desktop SIG
<worldofpeace> *it would
<jtojnar> ++worldofpeace
<worldofpeace> I had an idea for a group that works on which DE's (things) are accepted in the NixOS release in https://github.com/NixOS/nixpkgs/pull/66640#issuecomment-522289996
<infinisil> jtojnar: Oh nice idea
<infinisil> maintainers.teams.*
pie_ has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 244 seconds]
<worldofpeace> ah right infinisil the maintainers list could just have an attribute `teams.desktop` with your attribute in it. that wouldn't help with the fact that you still have to manually add everyone to the particular expressions though.
<worldofpeace> and guess somehow that could map to the teams on github automatic
<infinisil> I mean, you can then do `meta.maintainers = lib.maintainers.teams.desktop ++ [ lib.maintainers.paul ];`
<infinisil> Ah you mean that the list still needs to be appended to manually
<worldofpeace> ooh I was thinking that `teams.desktop` could be a github team, but whoever is a member of it, through some magic tool, updates the maintainers list automatic
<infinisil> worldofpeace: I think having it in code only might be easier, people can make PR's to add themselves, which can get reviewed and seen by maintainers
<worldofpeace> infinisil: Ah I'm seeing that now
<worldofpeace> We probably need some sort of social process for the teams to take root defined, and then a technical implementation so they can be recognized
pie_ has joined #nixos-dev
<ivan> https://github.com/NixOS/nixpkgs/pull/68282 should runHook preInstall/postInstall even be here?
<{^_^}> #68282 (by Pamplemousse, 22 hours ago, open): rappel: init
<clever> ivan: if you dont do that, then preInstall/postInstall just never work
<worldofpeace> I do this with more complex expressions where someone would expect the pre post things to exist. but it's a pretty minor detail, not much block anything on.
<infinisil> mkDerivation desperately needs a redesign
<clever> id say its a good idea to have them, so confusion doesnt hit the next guy to .overrideAttrs (old: { postInstall, and nothing happens
<ivan> OK, if you think those are a good idea then please merge so that PR author doesn't have to write some silly comment to "make clear [the] usage of runHook preInstall and runHook postInstall"
<infinisil> I wouldn't want to have to mention that in all reviews..
<infinisil> It's a minor detail imo, one which hopefully gets fixed with an eventual mkDerivation redesign
<{^_^}> #68146 (by averelld, 3 days ago, open): rstudio: fix build with new hunspell-dicts
<Profpatsch> domenkozar[m]: matthewbauer Where’s the source code for travis nix integration
<Profpatsch> A simple search doesn’t lead to good results. I sure hope it’s OSS
<Profpatsch> Asking because it’s trying to download some CUDA stuff and I guess there’s a nixpkgs config somewhere.
<Profpatsch> Plus error: haskellPackages.multi-ghc-travis has been renamedto haskell-ci, which is now on hackage
<Profpatsch> Meh, guess I’m switching to 18.09, don’t want to waste a single second more to Travis than necessary
<Profpatsch> wait, I guess I’m calling a default.nix somewhere.
<Profpatsch> which then tries to build all of haskell Packages
cdepillabout has joined #nixos-dev
pie_ has quit [Ping timeout: 268 seconds]
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
cdepillabout has quit [Quit: Leaving]
drakonis has joined #nixos-dev
drakonis has quit [Client Quit]
justanotheruser has quit [*.net *.split]
justanotheruser has joined #nixos-dev
phreedom has joined #nixos-dev
FRidh2 has quit [Quit: Konversation terminated!]
orivej has joined #nixos-dev
ixxie has quit [Ping timeout: 244 seconds]
jtojnar has quit [Ping timeout: 244 seconds]
jtojnar has joined #nixos-dev
andi- has quit [Remote host closed the connection]
andi- has joined #nixos-dev
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-dev
<ivan> the license on cockroachdb in nixpkgs is wrong
<ivan> oh never mind buildoss
<ivan> "We are relicensing CockroachDB beginning with 19.2" I see https://www.cockroachlabs.com/blog/oss-relicensing-cockroachdb/
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
evanjs- has joined #nixos-dev
drakonis has joined #nixos-dev