cadvisor: fix supported platforms
This commit is contained in:
parent
0bae6d0afc
commit
35f2abf45d
@ -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…
x
Reference in New Issue
Block a user