Open
Description
Problem
currently, the devShell is working only for x86_64 Linux, and not for nix-darwin
Solution
there are two possible solutions:
- pretty messy - just make new
packages.nix
, but only for nix-darwin - this might be fixed via using
filter
andmeta.platform
goodies from the Nix part, however, requires playing around with it, so that if it goes through the list of packages and it's not found for nix-darwin, it just omits it, without showing an error
Additional context
No response