<LnL>
yeah, the context of that issue makes more sense now :)
andi- has quit [Ping timeout: 240 seconds]
<gchristensen>
pierron: I think that requires IFD?
<pierron>
gchristensen: IFD?
<gchristensen>
import from derivation, no?
<gchristensen>
hmm maybe not
<LnL>
pkgs.path is just a path
<gchristensen>
huh
<LnL>
it could be IFD but that depends on whatever created pkgs in the first place
<gchristensen>
what about taking my current nixpkgs, with all its overlays, plus a new overlay?
<pierron>
gchristensen: no pkgs.path is just defined as path = ../../. from the top-level
<gchristensen>
cool
<gchristensen>
thanks!
<pierron>
gchristensen: There is no option to add overlays … :(
<gchristensen>
okay, it is okay :)
<gchristensen>
that is not necessary
<pierron>
gchristensen: I was wondering about maybe abusing NIX_PATH to do so.
<pierron>
nix-cmd -I nixpkgs-overlay=… -I nixpkgs-overlay=… command ; and appending both by extracting them from the NIX_PATH.
<pierron>
but I guess it would be better to have a dedicated environment variable and a dedicated command-line option too.
rsa has joined #nixos-dev
v0latil3_ has joined #nixos-dev
v0latil3 has quit [Read error: Connection reset by peer]
<gchristensen>
niksnut, ikwildrpepper the NixOS cache is using an SSL certificate no longer trusted by Chrome (Symantec in the trust chain). while this isn't critical probably (the cache's contents are validated through signatures) it is causing users to falsely report the cache is broken
<gchristensen>
also, it would be very nice if we could upload an index.html to the cache so people don't see the default browser 404 and assume "the server" is down
andi- has joined #nixos-dev
<samueldr>
chrome makes it seem way worse than a 404
<LnL>
yeah, I think that's because of content-type: binary/octet-stream
<samueldr>
though with curl I get a 404, and with firefox a firefox-branded file not found
<gchristensen>
better than what I get
<gchristensen>
our connection is not private Attackers might be trying to steal your information from cache.nixos.org (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_SYMANTEC_LEGACY
<samueldr>
oh
<samueldr>
yes
<samueldr>
I had that
<samueldr>
but disregarded as you already said that
<samueldr>
the invalid response error was as far as I remember always there
<gchristensen>
ah
<samueldr>
I'm sure that invalid response *is* the source of many previous reports of "the cache being down"
<LnL>
it is
Sonarpulse has joined #nixos-dev
<thoughtpolice>
Mmmmm. Dual kernel/userspace packages are annoying sometimes. :|
Sonarpulse has quit [Remote host closed the connection]
<clever>
and hydra has a testcase that tries to run darcs, so i cant just cheat like i tried above
ixxie has joined #nixos-dev
<LnL>
sure you can, doCheck = false;
<clever>
ah yeah, was thinking about a way to just disable one test, not all
<orivej>
May someone cancel the current staging evaluations and launch a new one? They are expected to have almost no overlap with the current master or the current staging, and the current staging has a security fix that is missing from the evaluations (https://github.com/NixOS/nixpkgs/pull/41324).
xeji has quit [Quit: WeeChat 2.0]
<LnL>
done
<orivej>
LnL: thank you! i'm going to start a new eval
phreedom_ has quit [Remote host closed the connection]
<andi->
reading through the code for buildRustCrate I fail to understand how I could potentially skip a crates main method.. I just pulled `pulldown_cmark` via some depenency but the src/main.rs fail doesn't build on a stable rust compiler.. I am only interest in the lib (which compiles just fine). Any ideas?
matthewbauer has quit [Ping timeout: 240 seconds]
matthewbauer has joined #nixos-dev
Synthetica has quit [Quit: Connection closed for inactivity]