about summary refs log tree commit diff
path: root/pkgs/applications/misc/autospotting/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/autospotting/default.nix')
-rw-r--r--pkgs/applications/misc/autospotting/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/autospotting/default.nix b/pkgs/applications/misc/autospotting/default.nix
index 2f38307ca1e5..2dd151c1a6c1 100644
--- a/pkgs/applications/misc/autospotting/default.nix
+++ b/pkgs/applications/misc/autospotting/default.nix
@@ -24,7 +24,7 @@ buildGoPackage rec {
     description = "Automatically convert your existing AutoScaling groups to up to 90% cheaper spot instances with minimal configuration changes";
     license = licenses.free;
     maintainers = [ maintainers.costrouc ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 
 }