about summary refs log tree commit diff
path: root/pkgs/tools/admin/afterburn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/afterburn/default.nix')
-rw-r--r--pkgs/tools/admin/afterburn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/afterburn/default.nix b/pkgs/tools/admin/afterburn/default.nix
index 8bee8a2e7a533..420e7c91353b2 100644
--- a/pkgs/tools/admin/afterburn/default.nix
+++ b/pkgs/tools/admin/afterburn/default.nix
@@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
     description = "This is a small utility, typically used in conjunction with Ignition, which reads metadata from a given cloud-provider and applies it to the system.";
     license = licenses.asl20;
     maintainers = [ maintainers.arianvp ];
-    platforms = [ "x86_64-linux" ];
+    platforms = platforms.linux;
   };
 }