atopuzov[m] has quit [Write error: Connection reset by peer]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Chiliparrot has joined #nix-darwin
jonge[m] has joined #nix-darwin
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
atopuzov[m] has joined #nix-darwin
dtz has joined #nix-darwin
kaychaks[m] has joined #nix-darwin
Ericson2314 has joined #nix-darwin
thefloweringash has joined #nix-darwin
gilligan_ has joined #nix-darwin
<gilligan_>
Hi
<gilligan_>
I am working on some python/wheel binaries related stuff and I am wondering if there is some way to determine at runtime what macOS version i am running on?
Chiliparrot has joined #nix-darwin
<__monty__>
gilligan_: Maybe `uname -a` or `sw_vers -productVersion`?
Chiliparrot has quit [Read error: Connection reset by peer]
Chiliparrot has joined #nix-darwin
<LnL>
yeah, but that's an impurity
<gilligan_>
right, but i was hoping something would be available at evaluation time
<LnL>
MACOSX_DEPLOYMENT_TARGET is used to determine what should be targeted (min version)
<LnL>
I think we talked about making an attribute for it at some point, but it's only available as an env variable at the moment
<gilligan_>
LnL, I see! thanks
<gilligan_>
too bad there is no attribute really hehe.. need something at evaluation time now hehe