mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nvidia-docker: fix lib access
This commit is contained in:
parent
a873cbc218
commit
d93754bb40
@ -22,11 +22,11 @@ stdenv.mkDerivation rec {
|
||||
cp bin/nvidia-docker $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/NVIDIA/nvidia-docker";
|
||||
description = "NVIDIA container runtime for Docker";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ cpcloud ];
|
||||
maintainers = with maintainers; [ cpcloud ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user