mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user