1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

cadvisor: fix supported platforms

This commit is contained in:
Yann Hodique 2017-05-07 14:41:39 -07:00
parent 0bae6d0afc
commit 35f2abf45d

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/google/cadvisor;
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}