Merge pull request #25597 from sigma/pr/cadvisor-linux
cadvisor: fix supported platforms
This commit is contained in:
commit
e9b6c41ee8
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/google/cadvisor;
|
homepage = https://github.com/google/cadvisor;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user