diff --git a/pkgs/tools/filesystems/btrfs-dedupe/default.nix b/pkgs/tools/filesystems/btrfs-dedupe/default.nix index 2cd1e8162c6..a9e05686e40 100644 --- a/pkgs/tools/filesystems/btrfs-dedupe/default.nix +++ b/pkgs/tools/filesystems/btrfs-dedupe/default.nix @@ -20,7 +20,7 @@ buildRustPackage rec { homepage = "https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe"; description = "BTRFS deduplication utility"; license = licenses.mit; - platforms = platforms.linux; + platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ ikervagyok ]; }; }