02:19
waleee-cl has quit [Quit: Connection closed for inactivity]
04:53
endformationage has quit [Quit: WeeChat 2.6]
06:15
drakonis has quit [Quit: WeeChat 2.6]
07:23
MichaelRaskin has joined #nixos-chat
08:39
pie_ has joined #nixos-chat
08:44
<
pie_ >
joepie91: are you not at nixcon btw?
08:44
<
pie_ >
i might have forgotten that you said you arent coming ths time now that i think about it xD
09:28
Church- has quit [Quit: WeeChat 1.6]
09:32
lucus16 has quit [Quit: No Ping reply in 180 seconds.]
10:24
<
joepie91 >
pie_: nop
10:24
<
joepie91 >
will be coming to congress though
10:27
__monty__ has joined #nixos-chat
10:29
{^_^} has quit [Remote host closed the connection]
12:42
tokudan has quit [Quit: Dunno.]
12:44
tokudan has joined #nixos-chat
13:22
waleee-cl has joined #nixos-chat
13:49
<
eyJhb >
How is NixCon going?
13:50
<
eyJhb >
samueldr: but sleepy and fun? :p
13:50
<
eyJhb >
I am at home and sleepy, so that is common
13:50
<
samueldr >
I have to hide, I'm being hassled in mobile-nixos stuff
13:50
<
eyJhb >
samueldr: SO HOW IS THE MOBILE NIXOS GOING?! :D
13:51
<
eyJhb >
Haha, \jk! But must be fun to talk about either way :p
13:51
xd1le has quit [Quit: leaving]
14:32
<
__monty__ >
infinisil: I think you handle bot business?
14:38
endformationage has joined #nixos-chat
14:44
<
qyliss >
I had to go back to the hotel for a bit because I felt overwhelmed with all the people asking me about Spectrum
14:50
<
__monty__ >
Well, now you
*have* to tell us.
14:51
<
__monty__ >
You wouldn't want to leave chekhov's gun on the table now would you?
14:53
<
MichaelRaskin >
A Checkhov's gun on the table is completely safe, though!
14:53
<
MichaelRaskin >
If it were on the wall, that would be dangerous
14:55
<
__monty__ >
I don't know. Most people feel tempted to russian roulette.
14:59
<
joepie91 >
okay, asking here since it's getting no answers in #nixos and I'm starting to become pretty desperate: I cannot rebuild my system right now because of the flaky tests in pycurl that have been causing trouble forever (
https://github.com/NixOS/nixpkgs/issues/55945) , so how do I make those tests go away so that it at least doesn't break my rebuild? it's required by dbus -> system-config-printer so it seems that the only way to
14:59
<
joepie91 >
remove the dep entirely would be to disable printing, which isn't an option
14:59
<
__monty__ >
joepie91: Can't you set doCheck = false in an overlay?
15:00
<
joepie91 >
__monty__: yes, that is one of the many things that I have been trying to do for the past 2 days. for some reason, I can't seem to find the magical incantation that makes it actually pick up the override
15:00
<
joepie91 >
and it just happily keeps building it as usual
15:01
<
joepie91 >
I have no idea what is going on
15:04
<
joepie91 >
__monty__: also, apologies if I come across a bit unfriendly. I've had some very stressful weeks :/
15:04
<
joepie91 >
so this is a bit of a last straw thing for me
15:05
<
MichaelRaskin >
checkout and rebuild?
15:05
<
joepie91 >
MichaelRaskin: ?
15:06
<
MichaelRaskin >
Well, you can checkout nixpkgs, edit the needed revision and use this edited checkout
15:08
<
joepie91 >
MichaelRaskin: that isn't a long-term solution, though, and just moves the problem to the next update
15:11
<
MichaelRaskin >
Well, you can just merge your changes every time…
15:11
<
MichaelRaskin >
But yes, not so nice
15:11
<
MichaelRaskin >
I guess you have a problem related to your overlay being visible to user but not root
15:12
<
joepie91 >
the thing I gisted above is in my system config
15:12
<
MichaelRaskin >
But I don't use overlays so I do not know the details
15:13
<
MichaelRaskin >
Ouch
15:14
<
MichaelRaskin >
with all the instances of pythonPackages things can indeed get messy very quickly
15:15
<
__monty__ >
joepie91: Have you tried overriding python3Packages explicitly? Maybe it's still using the original python37Packages?
15:16
<
joepie91 >
__monty__: hmm, what do you mean with "the original python37Packages"?
15:17
<
__monty__ >
What I'm thinking is maybe the alias is resolved before you override its source, iyuwitts.
15:17
<
joepie91 >
__monty__: welp, that seems to have been it
15:18
* __monty__
takes a bow
15:18
<
__monty__ >
I'm here all day, ladies and gents!
15:18
<
joepie91 >
anyhow, the breaking-the-package works now
15:18
<
joepie91 >
unfortunately the fixing-the-package still does not
15:18
<
joepie91 >
how do I correctly override a specific pythonPackage?
15:19
<
joepie91 >
using // just results in "attempt to call something which is not a function but a set"
15:19
<
joepie91 >
calling .override on python3Packages results in "anonymous functioin ... called with unexpected argument 'pycurl'"
15:19
<
joepie91 >
function*
15:23
<
__monty__ >
I think yours'll work though. But you have to pass overrideAttrs a function rather than a set.
15:27
<
joepie91 >
__monty__: well, I've gotten the override to work. unfortunately it seems to ignore the `doCheck` attribute override
15:28
<
joepie91 >
setting pycurl to null there will make the dep go away
15:28
<
joepie91 >
but with this exact code, it will still just try to run the post-install tests...
15:28
<
joepie91 >
there is a separate doInstallCheck
15:29
<
joepie91 >
there we go, now it works
15:35
drakonis has joined #nixos-chat
15:36
drakonis has quit [Read error: Connection reset by peer]
15:36
drakonis has joined #nixos-chat
15:38
drakonis_ has quit [Ping timeout: 240 seconds]
15:43
aleph- has joined #nixos-chat
15:56
<
joepie91 >
welp. upgrade to 19.09 somehow broke the doubleclick on my rollermouse
15:58
pie_ has quit [Ping timeout: 245 seconds]
15:59
drakonis_ has joined #nixos-chat
16:02
drakonis has quit [Ping timeout: 245 seconds]
16:37
drakonis has joined #nixos-chat
16:39
drakonis_ has quit [Ping timeout: 268 seconds]
16:45
drakonis_ has joined #nixos-chat
16:49
drakonis has quit [Ping timeout: 246 seconds]
16:50
drakonis has joined #nixos-chat
18:16
ivan has joined #nixos-chat
18:31
<
__monty__ >
joepie91: Np, glad I could help.
18:37
<
__monty__ >
gchristensen: Do you run {^-^}? Looks like it's down.
18:37
<
aleph- >
Alright pgp is kinda a pain
18:37
<
gchristensen >
pgp sucks :(
18:37
<
gchristensen >
__monty__: thanks, forgot to fix it earlier
18:38
<
aleph- >
I'm just using it for pass and ssh
18:38
<
aleph- >
And honestly I just want to be able to use a backed up subkey on my laptop instead of my yubikey if the yubikey isn't inserted for pass
18:38
<
aleph- >
But alas every time with out fail "please insert card"
18:41
waleee-cl has quit [Quit: Connection closed for inactivity]
19:02
<
infinisil >
aleph-: You probably mean gpg right?
19:02
<
aleph- >
Yah, right
19:07
vesper11 has joined #nixos-chat
19:09
vesper has quit [Ping timeout: 264 seconds]
19:48
<
etu >
but gpg is fun...
19:54
{^_^} has joined #nixos-chat
19:56
<
etu >
Remember that we switch timezone tonight
19:56
<
gchristensen >
extra hour of sleep?
19:57
<
gchristensen >
woooo!
19:57
<
etu >
Good timing right?
20:06
<
drakonis >
:o we're almost at 200k commits now
20:07
<
drakonis >
as of right now, we're at 198998 commits
20:08
<
drakonis >
this week, 1262 commits were merged, so it should take a little less than a week to reach the big 200k
20:32
<
infinisil >
etu: Nice!
20:32
<
infinisil >
drakonis: With the hackathon tomorrow maybe not that long :P
21:11
<
drakonis >
oh nice.
21:11
<
drakonis >
will it be streamed?
21:13
lucus16 has joined #nixos-chat
21:13
drakonis1 has joined #nixos-chat
21:15
drakonis2 has joined #nixos-chat
21:15
__monty__ has quit [Quit: leaving]
21:17
drakonis_ has quit [Ping timeout: 246 seconds]
21:19
drakonis1 has quit [Ping timeout: 276 seconds]
21:27
<
infinisil >
drakonis: Well people will just be hacking all the time I think, not sure if that's even stream-worthy
21:29
<
drakonis >
i'm curious to see what will come out of it
22:07
drakonis has quit [Quit: WeeChat 2.6]
22:17
<
aleph- >
Man dang crypto this week.
22:17
<
aleph- >
Now I'm futzing with getting something work with openssl
23:38
drakonis has joined #nixos-chat