Add nvidia-docker
From my understanding, Docker currently requires an additional runtime in order to allow its containers to leverage Nvidia GPUs (source is located here). While this is free software, I don't see any reason it would be merged into Guix proper considering it relies on the proprietary Nvidia graphics driver. As such, I'm opening an issue here to ask that it be added.
The folks over at Nix have already implemented the package themselves, and based off my admittedly naïve perspective, it seems relative simple. I would be willing to submit a PR, and may even do so in the next few days if it turns out to really not be too complicated. However, I would also appreciate some help considering I have very little experience both with packaging for Guix and with kernel/driver space.
Thanks.