mbrgm has quit [(Ping timeout: 248 seconds)]
zraexy has quit [(Ping timeout: 248 seconds)]
mbrgm has joined joined #nixos-dev
zraexy has joined joined #nixos-dev
jsgrant has quit [(Quit: Leaving)]
JosW has joined joined #nixos-dev
MichaelRaskin has quit [(Ping timeout: 248 seconds)]
MichaelRaskin has joined joined #nixos-dev
goibhniu has joined joined #nixos-dev
MP2E has quit [(Quit: sleep)]
jushur has joined joined #nixos-dev
MoreTea has left #nixos-dev ["Leaving"]
MoreTea has joined joined #nixos-dev
<ikwildrpepper> i've added a graph with donations to the foundation homepage. will be adding more information in the near future (https://nixos.org/nixos/foundation.html)
<gchristensen> jtojnar: why are we keeping so many versions of vala?
<gchristensen> wow, cool ikwildrpepper!!
<jtojnar> gchristensen: I will do a cleanup after the GNOME 3.26 business is finished
<ikwildrpepper> long overdue ;)
<ikwildrpepper> but now I have time again :D
<jtojnar> gchristensen: we need at least 0.32 for california calendar and 0.36 or 0.38 for deja-dup
<gchristensen> ok
<jtojnar> other varsions can be probably removed but will need to test it
<gchristensen> jtojnar: your pull requests are generally excellent, thank you
<gchristensen> jtojnar: did you see fpletz had to revert part of one of them? due to a DBUS issue?
<jtojnar> just doing what needs to be done
<jtojnar> yes, I will need to investigate
<gchristensen> jtojnar: https://github.com/NixOS/nixpkgs/pull/29983 this has no dependencies on other PRs right, and can be backported to 17.09 safely?
<jtojnar> yes, works fine on its own
<jtojnar> This one can be backported if you also want svg thumbnail support https://github.com/NixOS/nixpkgs/pull/29984
<jtojnar> (to 17.09-staging)
<gchristensen> eh, only a few hundred, direct itgoes
<gchristensen> jtojnar: can you rebase https://github.com/NixOS/nixpkgs/pull/30093 on to master ?
<jtojnar> gchristensen: rebased
<jtojnar> gchristensen: once more, forgot to a maintainer
<jtojnar> s/to a/to add a/
<gchristensen> ok testing
<jtojnar> I got to leave now, it would be great if you could also take a look at https://github.com/NixOS/nixpkgs/pull/30102 and https://github.com/NixOS/nixpkgs/pull/28959
jtojnar has quit [(Quit: jtojnar)]
<LnL> ikwildrpepper niksnut: something going on with the darwin builders?
<zraexy> Is there a reason the README.md hasn't yet been updated to reference 17.09?
<gchristensen> nope :)
Sonarpulse has joined joined #nixos-dev
Sonarpulse has quit [(Remote host closed the connection)]
Sonarpulse has joined joined #nixos-dev
<copumpkin> niksnut: `nix copy` from nix-instantiate doesn't seem to give me the build-time closure unlike with nix-push. Is that intentional?
<copumpkin> I suppose I could do `$(nix-store -r $(nix-store -q --requisites $(nix-instantiate ...))` and feed that into `nix copy`
<Sonarpulse> copumpkin: oh I thought --requisites was run-time too?
<Sonarpulse> (just transitive references)
<copumpkin> runtime of .drv = build-time
<Sonarpulse> :D
<copumpkin> roughly
<copumpkin> this one gives me everything down to the bootstrap tools
<Sonarpulse> cool
<copumpkin> I can use --referrers to get one level of .drv and then `nix-store -r` that if I just want the immediate build-time deps
<Sonarpulse> right
<Sonarpulse> that's the thing we wanted to be able to do in nix itself
<copumpkin> yup
goibhniu has quit [(Ping timeout: 264 seconds)]
<clever> copumpkin: i also found that you can run nix-shell directly on a .drv
<copumpkin> fun! it behaves like -A?
<clever> yeah
<clever> with the exception that the expressions arent re-eval'ed, so things like lib.inNixShell dont change
jtojnar has joined joined #nixos-dev
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar_ has joined joined #nixos-dev
jtojnar_ has quit [(Read error: Connection reset by peer)]
jtojnar_ has joined joined #nixos-dev
phreedom has joined joined #nixos-dev
jtojnar_ has quit [(Read error: Connection reset by peer)]
jtojnar has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar_ has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
jtojnar has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jtojnar_ has quit [(Ping timeout: 240 seconds)]
goibhniu has joined joined #nixos-dev
jushur has joined joined #nixos-dev
JosW has quit [(Quit: Konversation terminated!)]
jtojnar has quit [(Ping timeout: 240 seconds)]
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
jushur has quit [(Max SendQ exceeded)]
jushur has joined joined #nixos-dev
<LnL> could somebody restart the aborted jobs of https://hydra.nixos.org/eval/1399164
<LnL> sounds like the issues with the macs are fixed
jtojnar has joined joined #nixos-dev
jtojnar has quit [(Ping timeout: 240 seconds)]
<copumpkin> LnL: done!
<LnL> thanks, hopefully that gets us a channel update now :)
jtojnar has joined joined #nixos-dev
<jtojnar> gchristensen: can you merge https://github.com/NixOS/nixpkgs/pull/30102?
<gchristensen> I had just tested that one :)
<jtojnar> thanks
<gchristensen> anything else easy to merge? I'm making dinner, but can build while I cook
goibhniu has quit [(Ping timeout: 240 seconds)]
<gchristensen> jtojnar: anything else? :)
<zraexy> gchristensen: Can you merge this? https://github.com/NixOS/nixpkgs/pull/30130