bridge[evilred] has quit [Remote host closed the connection]
bridge[evilred] has joined #nixos-dev
red[evilred] has joined #nixos-dev
<adisbladis>
thoughtpolice: Hm? Could you maybe use `replaceDependency` ?
orivej has quit [Ping timeout: 276 seconds]
das_j has quit [Remote host closed the connection]
Scriptkiddi has quit [Remote host closed the connection]
Scriptkiddi has joined #nixos-dev
das_j has joined #nixos-dev
sheenobu has quit [Remote host closed the connection]
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<clever>
thoughtpolice: nix itself (not hydra) during a `nixos-rebuild` to update thru a mass-rebuild, was able to peak at ~25 requests/second over a 1 minute average, nearly all cache hits with under 1ms latency (by ping)
<clever>
but even that, had a rather long delay with zero feedback from nix
<clever>
after the narinfo phase, it switched to ~12 hits/sec and ~12 miss/sec of nar files
<clever>
i think some of those hits are false, due to nix telling the laptop "build X", and then the laptop has to download the exact same deps
orivej has joined #nixos-dev
<thoughtpolice>
clever: Is this with the upstream cache? My cache? cachecache?
<thoughtpolice>
adisbladis: Not sure how to do that!
<clever>
thoughtpolice: thats with cachecache
<clever>
which will relay all misses to both cache.nixos.org and hydra.iohk.io
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
ixxie has joined #nixos-dev
ixxie has quit [Ping timeout: 252 seconds]
cbarrett has quit [Ping timeout: 264 seconds]
cbarrett has joined #nixos-dev
scott has quit [Ping timeout: 264 seconds]
scott has joined #nixos-dev
mjsir911 has quit [Ping timeout: 264 seconds]
mjsir911 has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Quit: WeeChat 2.6]
ckauhaus has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos-dev
orivej has joined #nixos-dev
genesis has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 240 seconds]
Cale has quit [Ping timeout: 245 seconds]
drakonis has joined #nixos-dev
Cale has joined #nixos-dev
drakonis_ has quit [Ping timeout: 246 seconds]
mjsir911 has quit [Quit: Goodbye, World!]
ixxie has joined #nixos-dev
mjsir911 has joined #nixos-dev
<ckauhaus>
Hi, has anyone experience with https://www.dpdk.org? (Data Plane Development Kit)
<pie_>
niksnut: could we get verbose output as a config setting as well? or something? not all tools pass extra cli args to nix and theres no env var or anything :(
<pie_>
or some kind of "pass some args to nix" method? (i think that usualy happens via env vars and idk if thats a good or caveat heavy practice or anything?)
<clever>
pie_: looks like its a global var, -v increments it, --debug and --quiet set it to explicit levels...
<pie_>
clever: yeah uhh the last time we peeked at this it wasnt pretty iirc?
<pie_>
or. well. idk.
<clever>
pie_: yeah, its not currently plumbed into the --option stuff
<pie_>
the short version: would be nice if this was a thing, also would be nice if cli args didnt need to be special cased and we could jsut pass extra stuff somehow
<pie_>
im going to leave to do some errands before i think of another channel to drop some more thoughts into..
justanotheruser has quit [Ping timeout: 252 seconds]
justanotheruser has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
ckauhaus has quit [Quit: WeeChat 2.6]
justanotheruser has quit [Ping timeout: 246 seconds]
justanotheruser has joined #nixos-dev
<samueldr>
ah! an advantage of using cachix/install-nix-action rather than the nix docker image is how the new kind of github action can run multiple *things* on the same FS/instance
<samueldr>
(I asked the other day what advantages installing nix had)