buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Deploy software or an entire NixOS system configuration to another NixOS system";
|
||||
homepage = "https://github.com/misuzu/nix-simple-deploy";
|
||||
license = with licenses; [ asl20 /* OR */ mit ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ misuzu ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user