In the readme it's shown:
packages.<version>
When I tried doing the obvious step:
packages.0.13.0 -> fail
packages.<0.13.0> -> fail
I had to go and search in github for others, to find you are supposed to do:
packages."0.13.0"
For me who is newer to nix this was not obvious.
Can we make it more clear in the README.md:
packages."<version>" or something.
Thanks.
In the readme it's shown:
packages.<version>When I tried doing the obvious step:
I had to go and search in github for others, to find you are supposed to do:
packages."0.13.0"For me who is newer to nix this was not obvious.
Can we make it more clear in the README.md:
packages."<version>"or something.Thanks.