Closed pmarreck closed 5 months ago
First I install nix via determinate ... and I have nix-shell -p xxxx
then when I install Darwin I only have: nix shell nixpkgs#xxxx
@pmarreck sdate is nixpkgs package. You should open the issue in this repo: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/misc/sdate/default.nix#L18
Not a nix-darwin bug, closing. Please do report an issue upstream to Nixpkgs, although I’m not sure to what degree macOS even supports the library preloading functionality that sdate
depends on these days.
I know it's not a particularly useful app but I unfortunately used it as an example to demo nix on macOS with (without trying it first) and of course it is the first binary I've ever installed with nix that didn't work...
EDIT: Tried it on NixOS and it installed and ran without fail.