diff --git a/pkgs/development/tools/misc/bin_replace_string/default.nix b/pkgs/development/tools/misc/bin_replace_string/default.nix index 9e4b77c196e7..82a07d60f9a6 100644 --- a/pkgs/development/tools/misc/bin_replace_string/default.nix +++ b/pkgs/development/tools/misc/bin_replace_string/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { homepage = http://ohnopub.net/~ohnobinki/bin_replace_string/; downloadPage = ftp://ohnopub.net/mirror/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/tools/remarshal/default.nix b/pkgs/development/tools/remarshal/default.nix index 91aedac1748f..048604beab9a 100644 --- a/pkgs/development/tools/remarshal/default.nix +++ b/pkgs/development/tools/remarshal/default.nix @@ -19,6 +19,6 @@ goPackages.buildGoPackage rec { license = licenses.mit; homepage = https://github.com/dbohdan/remarshal; maintainers = with maintainers; [ offline ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/servers/monitoring/bosun/default.nix b/pkgs/servers/monitoring/bosun/default.nix index cf50e53feacc..77271b26a8de 100644 --- a/pkgs/servers/monitoring/bosun/default.nix +++ b/pkgs/servers/monitoring/bosun/default.nix @@ -19,6 +19,6 @@ goPackages.buildGoPackage rec { license = licenses.mit; homepage = https://bosun.org; maintainers = with maintainers; [ offline ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix index 24462fd5febe..1ec789b5578a 100644 --- a/pkgs/servers/monitoring/grafana/default.nix +++ b/pkgs/servers/monitoring/grafana/default.nix @@ -30,6 +30,6 @@ goPackages.buildGoPackage rec { license = licenses.asl20; homepage = http://grafana.org/; maintainers = with maintainers; [ offline ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } 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; }; } diff --git a/pkgs/servers/nosql/influxdb/default.nix b/pkgs/servers/nosql/influxdb/default.nix index d3843b0b2523..50abc70bfb71 100644 --- a/pkgs/servers/nosql/influxdb/default.nix +++ b/pkgs/servers/nosql/influxdb/default.nix @@ -24,6 +24,6 @@ goPackages.buildGoPackage rec { license = licenses.mit; homepage = https://influxdb.com/; maintainers = with maintainers; [ offline ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; }