When trying to build from release artifacts, like:
wget -O- https://github.com/input-output-hk/project-icarus-importer/archive/poc-4-1.0.0.tar.gz | tar xz cd project-icarus-importer-poc-4-1.0.0 nix-build . -A connectScripts.mainnetBlockchainImporter -o importer-bin
You receive:
'/nix/store/4iv6n7fvzxydbgmsa8ldxnfxlnk8f69g-nixpkgs' -> '/nix/store/6ccazg7v1wlkj6s1x45crfvzsm6a0k0g-source'
error: getting attributes of path '/icarus/.git': No such file or directory```
So it is requiring `git clone`, but what's the point of releases than?
When trying to build from release artifacts, like:
wget -O- https://github.com/input-output-hk/project-icarus-importer/archive/poc-4-1.0.0.tar.gz | tar xz cd project-icarus-importer-poc-4-1.0.0 nix-build . -A connectScripts.mainnetBlockchainImporter -o importer-bin
You receive: