release.nix not working
Closed this issue · 1 comments
alejandrogallo commented
Cloning master and trying to build a release does not work:
nix-build ./release.nix -A channel
error: attribute 'channel' in selection path 'channel' not found
sheepforce commented
Hm, the channel is available in the cfg.prefix
subset, thus nix-build ./release.nix -A qchem.channel
. But you are right, at least our README is incorrect in this case.