For the following depdendency
"nexe": "github:anmonteiro/nexe#master"
yarn2nix outputs
{
name = "fb5c08989cdd699983823cfd4c9f9e010fcc5276";
path = fetchurl {
name = "fb5c08989cdd699983823cfd4c9f9e010fcc5276";
url = "https://codeload.github.com/anmonteiro/nexe/tar.gz/fb5c08989cdd699983823cfd4c9f9e010fcc5276";
sha1 = "945822f8e7127886ec2d7ac99beffea207014149";
};
}
So when I use it as source in my derivation, it wont unpack
unpacking source archive /nix/store/8bpkb0h642s193xlz00xf3nr1yrzs34g-fb5c08989cdd699983823cfd4c9f9e010fcc5276
do not know how to unpack source archive /nix/store/8bpkb0h642s193xlz00xf3nr1yrzs34g-fb5c08989cdd699983823cfd4c9f9e010fcc5276
Maybe some mechanism to ensure that name always ends with .tgz would be suitable? At least in the case of github: deps.
For the following depdendency
"nexe": "github:anmonteiro/nexe#master"
yarn2nix outputs
So when I use it as source in my derivation, it wont unpack
Maybe some mechanism to ensure that name always ends with .tgz would be suitable? At least in the case of github: deps.