munch has quit [Quit: EliteBNC - http://elitebnc.org (Auto-Removal: idle account/not being used)]
johnw has joined #nix-darwin
johnw has quit [Ping timeout: 260 seconds]
johnw has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
jrolfs_ has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has joined #nix-darwin
philr has quit [Quit: WeeChat 2.0.1]
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has quit [Ping timeout: 264 seconds]
periklis has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has quit [Ping timeout: 276 seconds]
periklis has joined #nix-darwin
periklis has quit [Remote host closed the connection]
periklis has joined #nix-darwin
johnw has quit [Ping timeout: 260 seconds]
periklis has quit [Ping timeout: 240 seconds]
zzamboni has quit [Quit: Leaving.]
<puffnfresh>
gchristensen: I think I saw a branch a few months back about compiling Linux kernel on macOS, that would be really useful for bootstrapping :)
<LnL>
oh?
<LnL>
I messed around with darwin->linux cross compiling a while back but ran into case sensitivity issues with the kernel
<cbarrett>
what caught my eye about this (https://github.com/DavidEGrayson/nixcrpkgs) btw was that it has an ingenious way of getting around the need for having Xcode (sort of)
<cbarrett>
copumpkin: ^
<copumpkin>
has Sonarpulse seen that?
<copumpkin>
also, we don't really need xcode today, unless I'm misunderstanding
<copumpkin>
or do you mean for ibtool stuff?
<Sonarpulse>
hi
<copumpkin>
but thanks, I'll check it out :)
<cbarrett>
well you would still if you wanted to build an app that linked against an Apple library though
<cbarrett>
today
<cbarrett>
unless I'm misunderstanding :)
<LnL>
no, linking against frameworks is impure but doesn't require xcode
<cbarrett>
"The goal of OSXCross is to provide a well working OS X cross toolchain for Linux, *BSD, and Cygwin."
jrolfs_ has joined #nix-darwin
<mitchty>
hrm, anyone using say flake8 with emacs+flycheck? i installed that python package for my user environment but flycheck doesn't seem to find it
<mitchty>
or do i need to make an emacs env just for that and run something like nix-shell -p emacsenv --run 'open -a emacs'