nix-community/nix-bundle

... is not allowed to refer to a store path

Closed this issue · 2 comments

On current master (c5f2dfc), nix-bundle seems to be broken.

./nix-bundle.sh hello /bin/hello
errors out with:

the string '/nix/store/9pqfirjppd91mzhkgh8xnn66iwh53zk2-hello-2.10' is not allowed to refer to a store path (such as '!out!/nix/store/pyb210y8vqvd6maifaja58a3bl19wazs-hello-2.10.drv')

I assume this due to this change:#67
I didn't debug it any further.

@matthewbauer @zimbatm I can confirm that rolling back that merge fixes this problem.

fixed in #70 . Sorry for the breakage!