From c283a3da685cb6aefb3ecbc05a4b655924a566c3 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Wed, 18 Nov 2015 11:33:50 +0100 Subject: Replace 'with plaforms; platform' with 'platforms.platform' --- pkgs/servers/monitoring/heapster/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/monitoring/heapster') diff --git a/pkgs/servers/monitoring/heapster/default.nix b/pkgs/servers/monitoring/heapster/default.nix index b5f33dff5286..f50a52fe2804 100644 --- a/pkgs/servers/monitoring/heapster/default.nix +++ b/pkgs/servers/monitoring/heapster/default.nix @@ -22,6 +22,6 @@ goPackages.buildGoPackage rec { license = licenses.asl20; homepage = https://github.com/kubernetes/heapster; maintainers = with maintainers; [ offline ]; - platforms = with platforms; docker.meta.platforms; + platforms = docker.meta.platforms; }; } -- cgit 1.4.1