afterburn: relax platforms

This commit is contained in:
Weijia Wang 2023-02-09 08:41:01 +01:00
parent 59ec2e613f
commit e004f773e7

View File

@ -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;
};
}