kamilchm / go2nix

Reproducible builds and development environment for Go
MIT License
93 stars 17 forks source link

version naming conventions #45

Closed Mic92 closed 7 years ago

Mic92 commented 7 years ago

It would be cool, if go2nix would use the naming policy, we use in nixpkgs for unstable packages:

name = "awesomeapp-unstable-${version}";
version = "<year>-<month>-<day>";
Mic92 commented 7 years ago

Thanks!