Skip to content

[enhancement] devShell support for nix-darwin #12

Open
@unrooted

Description

@unrooted

Problem

currently, the devShell is working only for x86_64 Linux, and not for nix-darwin

Solution

there are two possible solutions:

  1. pretty messy - just make new packages.nix, but only for nix-darwin
  2. this might be fixed via using filter and meta.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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions