o1lo01ol1o has quit [Remote host closed the connection]
fendor has joined #haskell.nix
__monty__ has joined #haskell.nix
fendor_ has joined #haskell.nix
fendor has quit [Ping timeout: 246 seconds]
naon has joined #haskell.nix
hekkaidekapus{ has quit [Remote host closed the connection]
srk has quit [Read error: Connection reset by peer]
srk has joined #haskell.nix
hekkaidekapus{ has joined #haskell.nix
hekkaidekapus} has joined #haskell.nix
hekkaidekapus{ has quit [Ping timeout: 240 seconds]
<naon>
michaelpj: where would you put the xmonad test/how woud you call it? since it's essentially testing the mapping to nixpkgs maybe /test/cabal-mapping? or something like /test/(smoke|external)/cabal/xmonad?
<michaelpj>
naon: I'd just test that it builds
<michaelpj>
e.g. we have something like that for `hello` in `ci.nix`
<michaelpj>
thinking about it, it maybe doesn't even need its own file or anything
<michaelpj>
maybe we should have a list of "smoke test" packages we try and build...
<michaelpj>
I'd just put it next to `hello` in `ci.nix` for now, and we can think about having a list later
<naon>
michaelpj: alrigh thanks, means it's sufficient if i add it to ci.nix? what about e.g. test.sh?
o1lo01ol1o has joined #haskell.nix
<michaelpj>
naon: I think it's fine. I think we should just have a class of tests that are simple builds of selected haskell packages, but we don't have that systematically at the moment, so just put it there and it will motivate me to tidy it up :P
o1lo01ol1o has quit [Client Quit]
<naon>
michaelpj: alright, i'll add it there with #988 once i get feedback whether the interface changes are fine