<thefloweringash>
tbd definitions are a way to link against text files that describe a shared library without requiring the library. also know as "tapi" or "textual api". This is what apple's sdk uses for linking.
<thefloweringash>
as of Big Sur, the .dylib files are not present on disk, so nixpkgs uses a set of tbd files corresponding to macOS 10.12, see https://github.com/NixOS/darwin-stubs and #98541
<joko>
Hey, I'm using nix flakes and it seems to me that there is an issue evaluating config.system.build.setEnvironment, has anyone else stumbled upon this?
<joko>
"getting attributes of path '/usr/lib/libSystem.B.dylib: No such file or directory" is what I'm getting
bpye has joined #nix-darwin
<joko>
(but then again maybe it's not an issue with nix flakes, I've just started used nix-darwin)
<__monty__>
That sounds like an issue with sandboxing, which flakes enable afaik?
<joko>
Hmm, it looks possible. I wonder how NixOS solves this, will have a look there, too
<__monty__>
I wonder why this wouldn't have been noticed before though.
<joko>
Most likely I'm doing something wrong :)
<joko>
But I'm also using home-manager at the same time, so I guess some settings are not tested a lot
<joko>
E.g., nix-darwin on my flake follows nixpkgs/release-20.09, should I really switch to nixpkgs-20.09-darwin?
<joko>
Missed this: "Since the installer doesn't work with flakes out of the box yet nix-darwin will need to be to be bootstrapped using the installer or manually."
<joko>
The flake did run the installer, but apparently sth was not right
<joko>
I've also started using nixpkgs-20.09-darwin just in case...
philr has quit [Ping timeout: 256 seconds]
mog has quit [Ping timeout: 272 seconds]
mog has joined #nix-darwin
philr has joined #nix-darwin
andremedeiros has quit [Read error: Connection reset by peer]