<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
<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