<gchristensen> niksnut: it is possible Packet.net will deprovision our Type2 tonight due to some capacity problems. we'd get one back ~soon. just a heads up.
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm has joined #nixos-dev
orivej has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
ma27 has quit [Ping timeout: 246 seconds]
ckauhaus has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
la_putin has joined #nixos-dev
JosW has joined #nixos-dev
la_putin has quit [Read error: Connection reset by peer]
ma27 has joined #nixos-dev
la_putin has joined #nixos-dev
taktoa has quit [Remote host closed the connection]
ma27 has quit [Ping timeout: 252 seconds]
taktoa has joined #nixos-dev
ma27 has joined #nixos-dev
yegortimoshenko has quit [Remote host closed the connection]
yegortimoshenko has joined #nixos-dev
JosW has quit [Quit: Konversation terminated!]
ma27 has quit [Ping timeout: 240 seconds]
la_putin has quit [Read error: Connection reset by peer]
la_putin has joined #nixos-dev
la_putin has quit [Remote host closed the connection]
orivej has joined #nixos-dev
ma27 has joined #nixos-dev
<gleber_> gchristensen Profpatsch : that would be awesome indeed! Quite a lot of with though
ma27 has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
<zimbatm> does anyone know if there are any blockers for releasing nix 1.12?
<zimbatm> it improves so many things, it's a shame to have to keep backward-compatibility
<viric> does it fix cygwin support?
<viric> 1.11.7 broke cygwin
<viric> iirc
<viric> (we use 1.11.3 here because of that)
<viric> I don't know what version between 1.11.3 and 1.11.7 broke it.
<viric> ^ niksnut.
<viric> it was related to removing perl code
<gchristensen> zimbatm: I have some notes here, but a big one is docs
pie___ has joined #nixos-dev
pie__ has quit [Ping timeout: 248 seconds]
<viric> the main problem I remember is that libexec executables missed DLLs
<Mic92> gchristensen: I really like this new log watcher on logs.nix.gsc.io
jtojnar has quit [Quit: jtojnar]
<gchristensen> =) thanks! samueldr made that!
<Mic92> samueldr: this is based on websockets, right?
<gchristensen> Mic92: yep!
<gchristensen> STOMP.js which uses websockets, talking to rabbitmq
ma27 has quit [Ping timeout: 248 seconds]
<viric> I completely fail to pass CFLAGS/CXXFLAGS to nix configure script
<viric> maybe there is something wrong?
<viric> I fail to link nix master in cygwin
<viric> src/libstore/binary-cache-store.o:/home/lbatlle/3rd/nix/src/libstore/binary-cache-store.cc:337:(.text+0x3d0e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `TLS init function for nix::curActivity'
peti has quit [Quit: rebooting]
peti has joined #nixos-dev
Sonarpulse has joined #nixos-dev
Jackneillll has quit [Read error: Connection reset by peer]
Jackneill has joined #nixos-dev
adisbladis has joined #nixos-dev
<zimbatm> gchristensen: isn't nix 1.12 backward-compatible with 1.11?
<zimbatm> except for nix-push
<zimbatm> if the new nix dispatcher isn't documented it shouldn't be a release blocker
<zimbatm> especially if we are not ready to commit on the current shape
<LnL> there are other changes like more strict eval, etc.
<gchristensen> I'm coming up to the last 3 days of my funemployment, wherein I was able to build the live logs and do a bunch of other cleanup / improvement to ofborg. are there any small projects people would like to see done, that might be doable in the 3 days?
<LnL> oh! I thought you where already working again
<LnL> no wonder you've been so productive
<gchristensen> you have high expectations of my free-time productivity :D
<bgamari> Sonarpulse, does cross-compilation of Haskell work for you?
<bgamari> using cabal2nix, that is
<bgamari> Sonarpulse, I'm seeing
<bgamari> while evaluating the attribute 'nativeBuildInputs' of the derivation 'cabal2nix-zlib' at /home/ben/block-eng/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:147:11:
<bgamari> infinite recursion encountered, at undefined position
<gchristensen> w.r.t. running NixOS tests in ofborg, because in https://github.com/NixOS/nixpkgs/blob/master/nixos/release.nix we define all the jobs and also do it per-architecture, vs. Nixpkgs where we define all the jobs then -later- do it per architecture, it is much more complicated to build it
<gchristensen> because with nixpkgs I can do `-A foobar` but with the tests I have to do `-A tests.foobar.x86_64-linux`
<Dezgeg> maybe if you tweak supportedSystems sufficiently '-A tests.foobar' works
<copumpkin> anyone have thoughts on https://github.com/NixOS/nixpkgs/pull/34390 ?
<gchristensen> copumpkin: my only thought is the off-topic "have you looked at pijul yet?"
<copumpkin> I've read about it but haven't tried it
<copumpkin> definitely looks interesting
<gchristensen> it is still. ... early... but looks interesting :)
__Sander__ has joined #nixos-dev
<gchristensen> fascinating! nix's --arg and --argstr are ignored if the function being called doesn't accept them
<LnL> yeah, it also gets applied after the -A
<LnL> clever posted an interesting a few days ago
<gchristensen> huh?
<clever> let me dig it up
<gchristensen> wow!
<clever> yeah
<clever> basically, --arg will populate a hashmap, and at every attribute, it will consule it for auto-calling
<clever> and any unused arguments are silently ignored
<LnL> clever: gchristensen: nix-shell '<nixpkgs>' -A stdenv.mkDerivation --argstr name "shell-environment" --arg buildInputs '[ (import ./. {}) ]'
<clever> :O :D
<LnL> sadly buildCommand is not int the args list, otherwise that would work
<gchristensen> Dezgeg: you've made this way easier than I expected: https://github.com/NixOS/ofborg/commit/8eb076077aad48566b437ede9331eb30b5adfa9a
<copumpkin> gchristensen: did you stop ofborg from posting gists of build results?
<gchristensen> ofborg only ever posted gists of evaluation results, and right now it only posts them when an eval fails
<copumpkin> ah
<gchristensen> what were you surprised by?
<copumpkin> I'd convinced myself there used to be a details link next to the list of ofborg builds on github
<copumpkin> no big deal
<gchristensen> by build do you mean eval?
<copumpkin> yeah, sorry
__Sander__ has quit [Quit: Konversation terminated!]
<gchristensen> so here is one where it did: https://github.com/NixOS/nixpkgs/pull/34385
<copumpkin> cool :)
orivej has quit [Ping timeout: 240 seconds]
<gchristensen> now that I don't have to use github gists for all the logs, there is a possibility of logging all of them, though I'm not sure what the successful logs will usefully emit
orivej has joined #nixos-dev
<Sonarpulse> bgamari: I haven't seen that yet
<bgamari> Sonarpulse, interesting
<bgamari> Sonarpulse, there is also https://github.com/NixOS/nixpkgs/issues/34366
<Sonarpulse> bgamari: got something I can reproduce with?
<Sonarpulse> bgamari: ah checking that out
<Sonarpulse> saw it in my notifications but didn't get to it before lunch :)
<Sonarpulse> bgamari: ah ok when I rewrote that chunk
<bgamari> Sonarpulse, not quite yet
<Sonarpulse> I must have lost some is directory logic
<Sonarpulse> bg pkgs/stdenv/generic/setup.hs .sh you mean :D
<Sonarpulse> I make that mistake *all* the time
<bgamari> mm
<Sonarpulse> bgamari: mm yeah good point with the gcc hook
<Sonarpulse> I think this issue isn't new
<Sonarpulse> but is trigged by that new mandatory propagated input you mention
<bgamari> yes
<bgamari> I agree
<Sonarpulse> bgamari: does the derivation with the problem need a compiler?
<bgamari> nope
<bgamari> it's the linux .config derivation
<Sonarpulse> bgamari: then I'd use stdenvNoCC for now
<bgamari> hmm
<Sonarpulse> I am a little sketched out by potential solutions
<Sonarpulse> if there are propagated deps
<Sonarpulse> it would be weird to just forgot about them
<bgamari> yes
<Sonarpulse> (I wish the propagated dep logic was all in nix, then we wouldn't have this problem)
<bgamari> I agree
<bgamari> the workaround I am using locally just forgets about them
<bgamari> and nothing *seems* to go wrong
<bgamari> but I agree it's terrible
<copumpkin> fpletz, globin: you around? any objection to my mono backport to release?
<copumpkin> also orivej
<Sonarpulse> bgamari: btw you see https://github.com/haskell-org/summer-of-haskell/pull/45 (I pinged you on a specific thing earlier today, but the whole thread might be of some interest)
<bgamari> Sonarpulse, I hadn't seen that
<bgamari> very interesting indeed
<bgamari> I would be thrilled to see progress on this
<Sonarpulse> bgamari: :)
<Sonarpulse> I wish I could give a better argument for my aversion to recursive nix
<fpletz> copumpkin: awesome, thanks :)
<Sonarpulse> perhaps just the general principle of working with Cabal vs around it is the case
Moredread has quit [Quit: WeeChat 1.6]
<Sonarpulse> the extra work of extracting a build plan from cabal-install is good in itself, not just a means for finer-grained derivations
<copumpkin> fpletz: thank you!
taktoa has quit [Remote host closed the connection]
Moredread has joined #nixos-dev
ma27 has joined #nixos-dev
ma27 has quit [Client Quit]
ma27 has joined #nixos-dev
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
ckauhaus has quit [Quit: Leaving.]
MichaelRaskin has joined #nixos-dev
zarel has joined #nixos-dev
viric has quit [Quit: canvi]
ma27 has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
ma271 has joined #nixos-dev
ma27 has quit [Ping timeout: 240 seconds]
viric has joined #nixos-dev
jtojnar has joined #nixos-dev
zarel has quit [Quit: Leaving]
ma271 has quit [Ping timeout: 240 seconds]
ma27 has joined #nixos-dev
adisbladis[m] has quit [*.net *.split]
shlevy has quit [*.net *.split]
WilliButz has quit [*.net *.split]
infinisil has quit [Ping timeout: 260 seconds]
infinisil has joined #nixos-dev
adisbladis[m] has joined #nixos-dev
WilliButz has joined #nixos-dev
shlevy has joined #nixos-dev