<michaelpj>
probably needs to be in both, I forget why there's two
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<naom>
michaelpj: hmmm alright thanks. i'll submit a PR regarding the .xorg prefix once i get xmonad to compile (and will check if something changed in nixpkgs)
<michaelpj>
naom: thanks! xmonad might also be a good thing to add to the test cases as well, but I won't ask you to fight with that too :p
<naom>
michaelpj: i'll have a look at it (assuming i won't die at this battle) :P
<michaelpj>
the tests are a bit of a mess lol
<michaelpj>
nobody has written the opinionated nix testing framework we need!
<naom>
michaelpj: what do you mean by "opinionated nix testing framework"? imo testing with hydra worked quite nicely
<michaelpj>
mostly just layout: we've got a bunch of tests that build various odd bits and pieces, you can build some of them from a file, there's also a shell script that builds them in a few different configurations, everything is complicated because we want to test on multiple systems, etc. etc.
<michaelpj>
there is a fair amount of genuine complexity, to be fair. We have a quite silly build matrix: nixpkgs version x GHC version x system x cross system!
<naom>
michaelpj: just had a look at it, i see what you mean. This is slightly more complicated than my test setup :P