phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
phreedom has joined joined #nixos-dev
Sonarpulse has quit [(Ping timeout: 268 seconds)]
globin has joined joined #nixos-dev
orivej_ has quit [(Ping timeout: 255 seconds)]
mbrgm has quit [(Ping timeout: 240 seconds)]
mbrgm has joined joined #nixos-dev
<disasm>
ipv6 works now :)
<disasm>
issue stemmed from a misunderstanding of accept_ra
<disasm>
so you need to specify it on the interface, and if forwarding is allowed you need to set it to 2, setting to 1, true, etc... won't work
<disasm>
some would say this could be a security issue blindly accepting routes, but other option is to statically add it
<disasm>
meh, sorry for spamming, thought I was in nixos
yorick has quit [(Ping timeout: 248 seconds)]
<disasm>
grahamc: I'd also like to discuss support/security team/other stuff with you at some point. Two main reasons, 1) writing a blog post about the state of NixOS for enterprise usage and 2) trying to convince my boss we should start using it for new PM clients.
<grahamc>
Great!
ma27 has joined joined #nixos-dev
ma27 has quit [(Ping timeout: 240 seconds)]
jtojnar has joined joined #nixos-dev
<domenkozar>
disasm: we run a $3B cryptocurrency with Nix :)
<domenkozar>
(this should fit into 1) and induce 2))
orivej has joined joined #nixos-dev
<domenkozar>
LnL: so here are my findings
<domenkozar>
on darwin, ghc inserts data prefix regardless if data was even populated
<gchristensen>
"<vcunat> it might be nice if nix supported the substitute-only mode for untrusted users..." <- so untrusted users could be use remote builders
<gchristensen>
niksnut: :(
<gchristensen>
I should have had the foresight to build every attr in release.nix
<clever>
i was helping a user lastnight, where the entire desktop manager was broken, because of old QT libs in ~/.nix-profile/
<clever>
which left them completely unable to login graphically
goibhniu has quit [(Ping timeout: 255 seconds)]
<domenkozar>
peti: I'm almost done preparing multiple-outputs PR
<domenkozar>
peti: do you think we could package up hscolor without generic builder so that changing generic builder wouln't always result into 2 recompilations of ghc?
<Sonarpulse>
clever: I have a friend that is always hitting catestrophic kde bugs
<Sonarpulse>
thanks!
<domenkozar>
my feedback loop is ~4h :/
<Sonarpulse>
domenkozar: sorry my PR wasn't done for this :/
<domenkozar>
if we had prebuilt hscolor, or at least separate derivation, then turnaround would be trivial
<Sonarpulse>
domenkozar: you could use a prebuilt hscolor (harcodeded out path) during development at least?
<clever>
domenkozar: i have a gist that deals with this, one minute
<copumpkin>
I've been seeing a lot of this recently:
<copumpkin>
line 583: /run/user/0/nix-build-blahblah.drv-0/env-vars: Permission denied
<copumpkin>
anyone know what causes that?
<clever>
copumpkin: what user owns that file, and what user did nix-shell run as?
<gchristensen>
I saw that recently but I chalked it up to being on a system with a too-old-of-a-kernel running too-new-of-a-glibc
<copumpkin>
it's something to do with being in nix-shell as root I think
<copumpkin>
I exit out of nix-shell and it gives me a sensible output
<srhb>
What's better when a backport to stable that has skipped an earlier commit to master in-between? Merge the difference or cherry pick the older commit as well?
<copumpkin>
argh, the chromium browser derivation really doesn't make it easy to override the version you want
<copumpkin>
it calls update.nix, the infamous md5 collision file, which assumes the versions you want are in the same folder as it
* copumpkin
pouts
<domenkozar>
!m aszlig
<domenkozar>
dammit
<copumpkin>
opposite of !m
<copumpkin>
:P
<copumpkin>
It's proving to be very hard to get a different version without changing nixpkgs
<domenkozar>
hence the negation
<copumpkin>
:)
<copumpkin>
!w ?
<copumpkin>
oh :)
<domenkozar>
!:q
<domenkozar>
:!q
<domenkozar>
I forgot my vim muscle memory
<{^_^}>
You're doing good work, aszlig!
<domenkozar>
lol
<gchristensen>
is there a function to interpolate an element between every element in a list? ie: `interpolate "foo" [ "bar" "baz" ] == [ "bar" "foo" "baz" ]`
laggy_wifi_ has quit [(Read error: Connection reset by peer)]
laggy_wifi has joined joined #nixos-dev
<copumpkin>
do we have libatk-bridge somewhere in nixpkgs?
<domenkozar>
gchristensen: yeah there is one
<domenkozar>
but I think it's only for strings
<gchristensen>
oh?
<gchristensen>
oh intersperse
<gchristensen>
that is a list.nix function not a strings.nix function! :)
<domenkozar>
aha :)
<gchristensen>
(but it is in strings.nix, despite being purely list-based)
<jtojnar>
copumpkin: libatk-bridge is in at_spi2_atk