Synthetica has quit [Quit: Connection closed for inactivity]
mbrgm has quit [Ping timeout: 250 seconds]
mbrgm has joined #nixos-dev
teto1 has joined #nixos-dev
orivej has quit [Ping timeout: 264 seconds]
<teto1>
any way to merge the remote libvirtd deployement PR https://github.com/NixOS/nixops/pull/824 ? I have a few nixops libvirt impvorevements I would like to rebase on it
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
angerman has quit [Excess Flood]
angerman has joined #nixos-dev
olejorgenb[m] has joined #nixos-dev
jcrben has quit [Quit: Ping timeout (120 seconds)]
jcrben has joined #nixos-dev
olejorgenb[m] has quit [Ping timeout: 240 seconds]
peterhoeg has quit [Ping timeout: 260 seconds]
Drakonis[m] has quit [Ping timeout: 260 seconds]
hedning[m] has quit [Ping timeout: 255 seconds]
adisbladis[m] has quit [Ping timeout: 255 seconds]
copumpkin has quit [Ping timeout: 255 seconds]
hl has quit [Ping timeout: 255 seconds]
rycee has quit [Ping timeout: 240 seconds]
sphalerit has quit [Ping timeout: 240 seconds]
nocent has quit [Ping timeout: 240 seconds]
codyopel has quit [Ping timeout: 240 seconds]
timokau[m] has quit [Ping timeout: 269 seconds]
dtz has quit [Ping timeout: 269 seconds]
grahamc has quit [Ping timeout: 256 seconds]
thefloweringash[ has quit [Ping timeout: 256 seconds]
florianjacob has quit [Ping timeout: 276 seconds]
pstn has quit [Ping timeout: 276 seconds]
regnat[m] has quit [Ping timeout: 276 seconds]
primeos[m] has quit [Ping timeout: 276 seconds]
zybell has quit [Ping timeout: 256 seconds]
florianjacob has joined #nixos-dev
nocent has joined #nixos-dev
sphalerit has joined #nixos-dev
Drakonis[m] has joined #nixos-dev
grahamc has joined #nixos-dev
regnat[m] has joined #nixos-dev
timokau[m] has joined #nixos-dev
adisbladis[m] has joined #nixos-dev
thefloweringash[ has joined #nixos-dev
pstn has joined #nixos-dev
dtz has joined #nixos-dev
copumpkin has joined #nixos-dev
primeos[m] has joined #nixos-dev
olejorgenb[m] has joined #nixos-dev
hl has joined #nixos-dev
hedning[m] has joined #nixos-dev
codyopel has joined #nixos-dev
peterhoeg has joined #nixos-dev
rycee has joined #nixos-dev
qqlq has quit [Ping timeout: 248 seconds]
zybell has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
Sonarpulse has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
MichaelRaskin has quit [Ping timeout: 248 seconds]
Sonarpulse has joined #nixos-dev
noefk has quit [Ping timeout: 255 seconds]
genesis has quit [Ping timeout: 256 seconds]
noefk has joined #nixos-dev
genesis has joined #nixos-dev
goibhniu has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
MichaelRaskin has joined #nixos-dev
orivej has joined #nixos-dev
goibhniu has quit [Quit: Leaving.]
goibhniu has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
<gchristensen>
hmm it is weird that the default priorityt on packages is maximum
<infinisil>
1000?
<gchristensen>
0
<infinisil>
Oh, that does seem weird
<LnL>
higher priorities are negative
<gchristensen>
oohh!
<Dezgeg>
don't we have floats nowadays?
<LnL>
hiPrio sets -10 for example
<domenkozar>
I think you need 5 people from community to understand priorities
<domenkozar>
well given the above example 3
<LnL>
lol
<gchristensen>
meta.priority = -0.01
<domenkozar>
Dezgeg: doesn't that have potential issues with precision? :D
<Dezgeg>
sssh
<infinisil>
> 0.1 + 0.2
<{^_^}>
0.3
<MichaelRaskin>
0.0001
<LnL>
isn't that supposed to be 0.3000000004?
<MichaelRaskin>
I think 10^-6 is already zero in Nix
<infinisil>
> 1000 * 0.00000001
<{^_^}>
1e-05
<MichaelRaskin>
> 1e-7 + 1
<{^_^}>
attempt to call something which is not a function but an integer, at (string):33:1
goibhniu has quit [Ping timeout: 240 seconds]
<Sonarpulse>
Dezgeg: I forgot if I mentioned, but I'm very interested in doing your updateGnuConfig hook on all non-x86 platforms (or maybe even everywhere)
<Sonarpulse>
but there's a silly staging problem in that things that go directly in stdenv (as opposed to the bootstrapping phases) can't depend on stdenv
<Sonarpulse>
but if it just lives in the bootstrapping phases, then we have a lot of duplication
<Sonarpulse>
lmk if you have any ideas
<sphalerite>
LnL: my guess is it *is* 0.3000000004, it just doesn't display that many digits
<{^_^}>
error: syntax error, unexpected '=', expecting ')', at (string):33:21
<infinisil>
> 0.00000000001 + 1.0 == 1.0
<{^_^}>
true
<infinisil>
Hmm..
<gchristensen>
infinisil: I'm concerned that this addition to {^_^} is too spammy.
<gchristensen>
or will be prone to spamminess
<infinisil>
That is a very valid concern
<infinisil>
But there's ways to limit it, e.g. limiting the responsiveness, rate limiting, making it available for PMs, telling people to spam in #bottest, sending PM's to the nick on a certain amount of evals
Sonarpulse has quit [Ping timeout: 255 seconds]
xeji has joined #nixos-dev
Sonarpulse has joined #nixos-dev
<jcrben>
hey, I'm a C newb, but in the past I have been able to get into the debugger for a few C projects (git, taskwarrior, bash) - is anyone aware of detailed instructions for nix? https://nixos.org/nix/manual/#chap-hacking doesn't give me too much
<jcrben>
when I tried it (with lldb on a mac using vscode), I see "
<jcrben>
Loaded '/Users/bencreasy/code/open-source/nix/result/bin/nix'. Symbols loaded" but the call stack shows Unknown source
<jcrben>
I've also got a thinkpad on hand with nixos if that helps, but not too optimistic
<jcrben>
I also tried `make CFLAGS="-g -O0 -Wall"` (which is what worked for me in previous C projects) and it didn't seem to help
<jcrben>
I get a handful of errors - I wonder if that's a mac thing. I'll try nixos