mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #25597 from sigma/pr/cadvisor-linux
cadvisor: fix supported platforms
This commit is contained in:
commit
e9b6c41ee8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue