Skip to content

Support commit hashes in Package Set #200

Closed
@shmish111

Description

@shmish111
      ace =
          mkPackage
          [ "effect"
          , "web-html"
          , "web-uievents"
          , "arrays"
          , "foreign"
          , "nullable"
          , "prelude"
          ]
          "https://github.com/slamdata/purescript-ace.git"
          "1fcf4f85f8f6c0bb83f4ef9b6de2adad9af82ad3"

gives me

error: no such remote ref 1fcf4f85f8f6c0bb83f4ef9b6de2adad9af82ad3

If I use "master" then it works, however I am using this all within a nix project and pp2n creates derivations that cannot use branch names. Not sure what I'm supposed to do 👎

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions