Closed
Description
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 👎