justanotheruser has quit [Ping timeout: 256 seconds]
AlwaysLivid has quit [Ping timeout: 244 seconds]
<abathur>
anyone know what can cause intermittent EOF errors during the install process? i.e. installing 'nix-2.3.7'
<abathur>
253error: unexpected EOF reading a line
AlwaysLivid has joined #nixos-dev
justanotheruser has joined #nixos-dev
leungbk has quit [Remote host closed the connection]
rajivr has joined #nixos-dev
ris has quit [Ping timeout: 264 seconds]
Graypup_ has joined #nixos-dev
<Graypup_>
hey! I'm working on making the nix repl extensible via plugins and hit a nontrivial problem: the repl is contained within src/nix, and not a library. Is it a reasonable or appropriate refactor to move it out to libmain or somewhere else?
<drakonis>
ah nice, hang around
<drakonis>
most of the folks here are on europe
<drakonis>
so you might get an answer when they wake up
Taneb has quit [Quit: I seem to have stopped.]
Taneb has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 256 seconds]
justanotheruser has joined #nixos-dev
cole-h has joined #nixos-dev
jared-w has quit [Ping timeout: 244 seconds]
aristid has quit [Ping timeout: 260 seconds]
aristid has joined #nixos-dev
jared-w has joined #nixos-dev
alp has joined #nixos-dev
<eyJhb>
Graypup_: having it in a monorepo is by choice, and is seen as a strength of it
<eyJhb>
As far as I have heard, when I have asked around
<eyJhb>
around
cole-h has quit [Quit: Goodbye]
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
<JJJollyjim>
eyJhb: I think Greypup_'s question was about a different .so rather than a different repo?
<JJJollyjim>
The single repo already builds several libraries (libnixexpr etc)
<eyJhb>
JJJollyjim: ahh, I see :) Wanted to share whatever I had ;)
<qyliss>
It used to be in a seperate repo fwiw
<Graypup_>
eyJhb, yeah, my question was more that you can't link a plugin against stuff in src/nix since that only builds an executable as far as I'm aware, just libnixexpr etc
<Graypup_>
so i would need to refactor the repl out of there to make it accessible to plugins, I *think*
orivej has quit [Ping timeout: 240 seconds]
<Graypup_>
JJJollyjim, yeah, of those, libnixmain seems most appropriate given it seems to have CLI-like stuff in it such as progress bars &etc
<Graypup_>
hmm
<Graypup_>
or not
<Graypup_>
i should inspect the linking further
<Graypup_>
because wherever it is going, it probably needs to be in the one linking to the most other nix components
<Graypup_>
expr, perhaps?
<Graypup_>
it requires functionality in there and nothing else links to libnixexpr
orivej has joined #nixos-dev
<doronbehar>
Hey all, I noticed Github's actions fail which marks all PRs with a red X but ofborg doesn't fail.
<zowoq[m]>
Yeah. It's not great but it is working as intended so actions don't mark the PR as green while waiting for ofborg.
<kalbasit>
using Nix flakes, do inputs take anything other than url? Is a url git+file:// the only way to load a local flake?
andi- has joined #nixos-dev
<cole-h>
To whom it may concern: ofborg essentially has one evaluator at the moment -- one of the evaluators disappeared, and another one is in an unclean state due to it running out of inodes earlier (presumably).
<cole-h>
It's basically a lottery whether you'll get the one good evaluator or not...