Skip to content

dashed derivation names #6

Description

@t184256

Python does not allow dashes in module names, while some nix derivations use them in names (ex: setuptools-git).

We can either:

  1. try to resolve a dashed name given an underscored one, preferrably on the error path
  2. devise a hacky convention to work around than, like '__' -> '-'
  3. devise an alternative import syntax free from that limitation

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions